mirror of
https://github.com/tlsnotary/website.git
synced 2026-01-07 22:13:56 -05:00
fix folder name gh-pages
This commit is contained in:
2
.github/workflows/build_deploy_master.yml
vendored
2
.github/workflows/build_deploy_master.yml
vendored
@@ -30,7 +30,7 @@ jobs:
|
||||
uses: JamesIves/github-pages-deploy-action@v4.4.3
|
||||
with:
|
||||
branch: gh-pages
|
||||
folder: ./out
|
||||
folder: out
|
||||
|
||||
# - name: Push to Web3.storage
|
||||
# uses: web3-storage/add-to-web3@v2
|
||||
|
||||
2
.github/workflows/build_dev.yml
vendored
2
.github/workflows/build_dev.yml
vendored
@@ -36,4 +36,4 @@ jobs:
|
||||
uses: JamesIves/github-pages-deploy-action@v4.4.3
|
||||
with:
|
||||
branch: gh-pages-dev
|
||||
folder: ./out
|
||||
folder: out
|
||||
|
||||
Reference in New Issue
Block a user