Skip to content

Commit

Permalink
ci: see what's there
Browse files Browse the repository at this point in the history
  • Loading branch information
Rexogamer committed Feb 3, 2025
1 parent 76fc9a1 commit aed7a02
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build-web.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,13 @@ jobs:
run: yarn web-release
- name: Set up Pages
uses: actions/configure-pages@v5
- name: hmmm
run: ls ./dist && ls ./dist/web
- name: Upload artifact
uses: actions/upload-pages-artifact@v3
with:
# Upload built files
path: './dist/web/**/*'
path: './dist/web'
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v4

0 comments on commit aed7a02

Please sign in to comment.