Skip to content

Commit

Permalink
Update example.main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
trwbox authored Jul 7, 2022
1 parent 33e9c3d commit f12b273
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion example.main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ jobs:
- name: checkout
uses: actions/checkout@v2
- name: build_and_deploy
uses: trwbox/obsidian-zola-deploy-action@v0.1.1-alpha
# In the spot where it says v0.1.3.1-alpha, update that to the latest release tag on a new release
uses: trwbox/obsidian-zola-deploy-action@v0.1.3.1-alpha
env:
# Target branch
PAGES_BRANCH: gh-pages
Expand Down

0 comments on commit f12b273

Please sign in to comment.