I don't even know what I'm doing at this point

This commit is contained in:
dat-adi 2022-01-01 12:10:19 +05:30
parent d983de9780
commit 6ee14c3a91
57 changed files with 3 additions and 3 deletions

View file

@ -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

View file

Before

Width:  |  Height:  |  Size: 13 KiB

After

Width:  |  Height:  |  Size: 13 KiB

View file

Before

Width:  |  Height:  |  Size: 147 KiB

After

Width:  |  Height:  |  Size: 147 KiB

View file

Before

Width:  |  Height:  |  Size: 3.2 KiB

After

Width:  |  Height:  |  Size: 3.2 KiB