diff options
| author | mat <27899617+mat-1@users.noreply.github.com> | 2022-11-29 18:57:27 -0600 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-11-29 18:57:27 -0600 |
| commit | 8fd88aeae85932b8d9e9c67df0be3d01d499ce72 (patch) | |
| tree | a37e3948e4d5cb48bb34e2864da5be21786c0e15 /.github | |
| parent | 8e482b4588b5b150511f3097d7df27bdbf79621c (diff) | |
| download | azalea-drasl-8fd88aeae85932b8d9e9c67df0be3d01d499ce72.tar.xz | |
fix doc yaml
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/doc.yml | 4 |
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 |
