Skip to content

Commit

Permalink
Test 2
Browse files Browse the repository at this point in the history
Signed-off-by: Mateus Felipe C. C. Pinto <mateusfccp@gmail.com>
  • Loading branch information
mateusfccp committed Apr 21, 2024
1 parent 8b226df commit 7aeeb4b
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions .github/workflows/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout files
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Copy static assets to dist
shell: bash
run: |
Expand All @@ -46,12 +46,17 @@ jobs:
uses: actions/download-artifact@v4
with:
name: static_assets
- name: ls
shell: bash
run: |
echo "lsing"
ls -la .
- name: Setup Pages
uses: actions/configure-pages@v5
- name: Upload artifact
uses: actions/upload-pages-artifact@v3
uses: actions/upload-pages-artifact@v4
with:
path: './static'
name: github-pages
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v4

0 comments on commit 7aeeb4b

Please sign in to comment.