fix: docs deployment
This commit is contained in:
parent
32378266f0
commit
7c91a3ecf7
1 changed files with 1 additions and 1 deletions
2
.github/workflows/linux.yml
vendored
2
.github/workflows/linux.yml
vendored
|
@ -109,7 +109,7 @@ jobs:
|
||||||
with:
|
with:
|
||||||
branch: gh-pages
|
branch: gh-pages
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
FOLDER: deploy-static
|
FOLDER: ./target/doc/
|
||||||
|
|
||||||
# - name: deploy
|
# - name: deploy
|
||||||
# if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/master' && github.repository == 'realaravinth/realaravinth' }}
|
# if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/master' && github.repository == 'realaravinth/realaravinth' }}
|
||||||
|
|
Loading…
Reference in a new issue