Updated docs/ path.
This commit is contained in:
parent
2180e5381c
commit
8f528fdf1a
1 changed files with 2 additions and 2 deletions
4
.github/workflows/publish.yml
vendored
4
.github/workflows/publish.yml
vendored
|
@ -15,7 +15,7 @@ jobs:
|
||||||
uses: shalzz/zola-deploy-action@v0.13.0
|
uses: shalzz/zola-deploy-action@v0.13.0
|
||||||
env:
|
env:
|
||||||
PAGES_BRANCH: gh-pages
|
PAGES_BRANCH: gh-pages
|
||||||
BUILD_DIR: .
|
BUILD_DIR: /home/runner/work/ff-zola/ff-zola/docs/
|
||||||
TOKEN: ${{ secrets.TOKEN }}
|
TOKEN: ${{ secrets.TOKEN }}
|
||||||
build_and_deploy:
|
build_and_deploy:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
@ -30,6 +30,6 @@ jobs:
|
||||||
uses: shalzz/zola-deploy-action@v0.13.0
|
uses: shalzz/zola-deploy-action@v0.13.0
|
||||||
env:
|
env:
|
||||||
PAGES_BRANCH: docs
|
PAGES_BRANCH: docs
|
||||||
BUILD_DIR: ./docs/
|
BUILD_DIR: /home/runner/work/ff-zola/ff-zola/docs/
|
||||||
TOKEN: ${{ secrets.PUBLIC_TOKEN }}
|
TOKEN: ${{ secrets.PUBLIC_TOKEN }}
|
||||||
REPOSITORY: dat-adi/ff-zola
|
REPOSITORY: dat-adi/ff-zola
|
||||||
|
|
Loading…
Reference in a new issue