1 parent 64c840b commit 575fbfaCopy full SHA for 575fbfa
1 file changed
.github/workflows/ci.yml
@@ -61,12 +61,12 @@ jobs:
61
uses: jetli/trunk-action@v0.5.0
62
with:
63
version: 'latest'
64
- - run: wget -qO- https://github.com/thedodd/trunk/releases/download/v0.16.0/trunk-x86_64-unknown-linux-gnu.tar.gz | tar -xzf-
+ - run: wget -qO- https://github.com/thedodd/trunk/releases/download/v0.21.14/trunk-x86_64-unknown-linux-gnu.tar.gz | tar -xzf-
65
- run: pwd >> $GITHUB_PATH
66
- run: scripts/compile_tui.sh
67
- - name: shalzz/zola-deploy-action
+ - name: Zola deploy
68
uses: shalzz/zola-deploy-action@master
69
env:
70
REPOSITORY: TylerBloom.github.io
71
- PAGES_BRANCH: main
+ PAGES_BRANCH: gh-pages
72
GITHUB_TOKEN: ${{ secrets.PAGES_KEY }}
0 commit comments