Skip to content

Commit 575fbfa

Browse files
committed
Tweaked CI
1 parent 64c840b commit 575fbfa

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -61,12 +61,12 @@ jobs:
6161
uses: jetli/trunk-action@v0.5.0
6262
with:
6363
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-
64+
- run: wget -qO- https://github.com/thedodd/trunk/releases/download/v0.21.14/trunk-x86_64-unknown-linux-gnu.tar.gz | tar -xzf-
6565
- run: pwd >> $GITHUB_PATH
6666
- run: scripts/compile_tui.sh
67-
- name: shalzz/zola-deploy-action
67+
- name: Zola deploy
6868
uses: shalzz/zola-deploy-action@master
6969
env:
7070
REPOSITORY: TylerBloom.github.io
71-
PAGES_BRANCH: main
71+
PAGES_BRANCH: gh-pages
7272
GITHUB_TOKEN: ${{ secrets.PAGES_KEY }}

0 commit comments

Comments
 (0)