I don't even know what I'm doing at this point
This commit is contained in:
parent
d983de9780
commit
6ee14c3a91
57 changed files with 3 additions and 3 deletions
6
.github/workflows/publish.yml
vendored
6
.github/workflows/publish.yml
vendored
|
@ -15,7 +15,7 @@ jobs:
|
|||
uses: shalzz/zola-deploy-action@v0.13.0
|
||||
env:
|
||||
PAGES_BRANCH: gh-pages
|
||||
BUILD_DIR: /home/runner/work/ff-zola/ff-zola/docs/
|
||||
BUILD_DIR: ./docs/zola
|
||||
TOKEN: ${{ secrets.TOKEN }}
|
||||
build_and_deploy:
|
||||
runs-on: ubuntu-latest
|
||||
|
@ -29,7 +29,7 @@ jobs:
|
|||
- name: 'build and deploy'
|
||||
uses: shalzz/zola-deploy-action@v0.13.0
|
||||
env:
|
||||
PAGES_BRANCH: main
|
||||
BUILD_DIR: ./docs
|
||||
PAGES_BRANCH: docs
|
||||
BUILD_DIR: ./docs/zola
|
||||
TOKEN: ${{ secrets.PUBLIC_TOKEN }}
|
||||
REPOSITORY: dat-adi/ff-zola
|
||||
|
|
Before Width: | Height: | Size: 13 KiB After Width: | Height: | Size: 13 KiB |
Before Width: | Height: | Size: 147 KiB After Width: | Height: | Size: 147 KiB |
Before Width: | Height: | Size: 3.2 KiB After Width: | Height: | Size: 3.2 KiB |
Loading…
Reference in a new issue