Skip to content

Commit

Permalink
Update rust.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dvorakchen authored Feb 11, 2024
1 parent aa52979 commit cacb4da
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,16 +31,16 @@ jobs:
- name: Build with Trunk
run: ./trunk build --release --public-url "${GITHUB_REPOSITORY#*/}"

- name: Setup Pages
uses: actions/configure-pages@v4
with:
enablement: true
# - name: Setup Pages
# uses: actions/configure-pages@v4
# with:
# enablement: true

- name: Upload artifact
uses: actions/upload-pages-artifact@v2
uses: actions/upload-pages-artifact@v3.0.1
with:
path: './dist'

- name: Deploy to GitHub Pages 🚀
id: deployment
uses: actions/deploy-pages@v3
uses: actions/deploy-pages@v4.0.4

0 comments on commit cacb4da

Please sign in to comment.