Updated docs/ path.

This commit is contained in:
Dat Adithya 2022-01-01 11:46:30 +05:30 committed by GitHub
parent 2180e5381c
commit 8f528fdf1a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -15,7 +15,7 @@ jobs:
uses: shalzz/zola-deploy-action@v0.13.0
env:
PAGES_BRANCH: gh-pages
BUILD_DIR: .
BUILD_DIR: /home/runner/work/ff-zola/ff-zola/docs/
TOKEN: ${{ secrets.TOKEN }}
build_and_deploy:
runs-on: ubuntu-latest
@ -30,6 +30,6 @@ jobs:
uses: shalzz/zola-deploy-action@v0.13.0
env:
PAGES_BRANCH: docs
BUILD_DIR: ./docs/
BUILD_DIR: /home/runner/work/ff-zola/ff-zola/docs/
TOKEN: ${{ secrets.PUBLIC_TOKEN }}
REPOSITORY: dat-adi/ff-zola