1
2
Fork 0
mirror of https://github.com/mat-1/azalea.git synced 2025-08-02 14:26:04 +00:00

fix doc yaml

This commit is contained in:
mat 2022-11-29 18:57:27 -06:00 committed by GitHub
parent 8e482b4588
commit 8fd88aeae8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -32,7 +32,7 @@ jobs:
- uses: "finnp/create-file-action@master" - uses: "finnp/create-file-action@master"
env: env:
FILE_NAME: "./target/doc/index.html" 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 - name: Setup Pages
uses: actions/configure-pages@v2 uses: actions/configure-pages@v2
@ -42,4 +42,4 @@ jobs:
path: './target/doc/' path: './target/doc/'
- name: Deploy to GitHub Pages - name: Deploy to GitHub Pages
id: deployment id: deployment
uses: actions/deploy-pages@v1 uses: actions/deploy-pages@v1