aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/doc.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/doc.yml b/.github/workflows/doc.yml
index d4a4e2bb..416cfb20 100644
--- a/.github/workflows/doc.yml
+++ b/.github/workflows/doc.yml
@@ -32,7 +32,7 @@ jobs:
- uses: "finnp/create-file-action@master"
env:
FILE_NAME: "./target/doc/index.html"
- FILE_DATA: '<!DOCTYPE html><html><head><meta http-equiv="refresh"content="0;url='./azalea'"/></head></html>' #Redirect to default page
+ FILE_DATA: '<!DOCTYPE html><html><head><meta http-equiv="refresh" content="0;url=''./azalea''"/></head></html>' # Redirect to default page
- name: Setup Pages
uses: actions/configure-pages@v2
@@ -42,4 +42,4 @@ jobs:
path: './target/doc/'
- name: Deploy to GitHub Pages
id: deployment
- uses: actions/deploy-pages@v1 \ No newline at end of file
+ uses: actions/deploy-pages@v1