Skip to content

Commit

Permalink
fix: run on nightly now that toolchain file is removed
Browse files Browse the repository at this point in the history
  • Loading branch information
TomPridham committed Nov 12, 2024
1 parent d9aed1e commit c1ad3aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:

- name: Build site
run: |
cargo run
cargo +nightly run
cp CNAME dist/CNAME
- name: Deploy
Expand Down

0 comments on commit c1ad3aa

Please sign in to comment.