Skip to content

Commit deede8e

Browse files
committed
Test 22
Signed-off-by: Mateus Felipe C. C. Pinto <mateusfccp@gmail.com>
1 parent 7aeeb4b commit deede8e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deployment.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -54,9 +54,9 @@ jobs:
5454
- name: Setup Pages
5555
uses: actions/configure-pages@v5
5656
- name: Upload artifact
57-
uses: actions/upload-pages-artifact@v4
57+
uses: actions/upload-pages-artifact@v3
5858
with:
59-
name: github-pages
59+
path: ./
6060
- name: Deploy to GitHub Pages
6161
id: deployment
6262
uses: actions/deploy-pages@v4

0 commit comments

Comments
 (0)