Skip to content

Commit

Permalink
feat(ci): update to latest pre-release
Browse files Browse the repository at this point in the history
  • Loading branch information
ashleygwilliams committed Jun 28, 2023
1 parent df7a4f1 commit 443c481
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/web.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
# This will write all output to ./public/ (including copying mdbook's output to there)
- name: Install and run oranda
run: |
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/axodotdev/oranda/releases/download/v0.1.0-prerelease.8/oranda-installer.sh | sh
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/axodotdev/oranda/releases/download/v0.1.0-prerelease.9/oranda-installer.sh | sh
oranda build
# Deploy to our gh-pages branch (making it if it doesn't exist)
Expand Down

0 comments on commit 443c481

Please sign in to comment.