Skip to content

Commit

Permalink
Once again Github Actions (#14)
Browse files Browse the repository at this point in the history
  • Loading branch information
raphjaph authored Aug 9, 2024
1 parent b30c99a commit 789ebd3
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/static.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,15 +44,15 @@ jobs:
uses: actions/configure-pages@v5

- name: Upload artifact
uses: actions/upload-pages-artifact@v3
uses: actions/upload-pages-artifact@v4
with:
path: './www'
exclude:
- '**/target'
- '**/pkg'
- '**/src'
- '**/Cargo.toml'
- '**/Cargo.lock'
path: |
'./www'
'!**/target'
'!**/pkg'
'!**/src'
'!**/Cargo.toml'
'!**/Cargo.lock'
- name: Deploy to GitHub Pages
id: deployment
Expand Down

0 comments on commit 789ebd3

Please sign in to comment.