Skip to content

Commit 789ebd3

Browse files
authored
Once again Github Actions (#14)
1 parent b30c99a commit 789ebd3

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.github/workflows/static.yaml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -44,15 +44,15 @@ jobs:
4444
uses: actions/configure-pages@v5
4545

4646
- name: Upload artifact
47-
uses: actions/upload-pages-artifact@v3
47+
uses: actions/upload-pages-artifact@v4
4848
with:
49-
path: './www'
50-
exclude:
51-
- '**/target'
52-
- '**/pkg'
53-
- '**/src'
54-
- '**/Cargo.toml'
55-
- '**/Cargo.lock'
49+
path: |
50+
'./www'
51+
'!**/target'
52+
'!**/pkg'
53+
'!**/src'
54+
'!**/Cargo.toml'
55+
'!**/Cargo.lock'
5656
5757
- name: Deploy to GitHub Pages
5858
id: deployment

0 commit comments

Comments
 (0)