Skip to content

Commit 7aeeb4b

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

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

.github/workflows/deployment.yaml

+8-3
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
runs-on: ubuntu-latest
2525
steps:
2626
- name: Checkout files
27-
uses: actions/checkout@v3
27+
uses: actions/checkout@v4
2828
- name: Copy static assets to dist
2929
shell: bash
3030
run: |
@@ -46,12 +46,17 @@ jobs:
4646
uses: actions/download-artifact@v4
4747
with:
4848
name: static_assets
49+
- name: ls
50+
shell: bash
51+
run: |
52+
echo "lsing"
53+
ls -la .
4954
- name: Setup Pages
5055
uses: actions/configure-pages@v5
5156
- name: Upload artifact
52-
uses: actions/upload-pages-artifact@v3
57+
uses: actions/upload-pages-artifact@v4
5358
with:
54-
path: './static'
59+
name: github-pages
5560
- name: Deploy to GitHub Pages
5661
id: deployment
5762
uses: actions/deploy-pages@v4

0 commit comments

Comments
 (0)