Skip to content

Commit

Permalink
fixup! fixup! fixup! Add github workflow for deploying top list
Browse files Browse the repository at this point in the history
  • Loading branch information
bas080 committed Jun 18, 2024
1 parent 2e0569b commit 091db0a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,12 @@ jobs:
- name: Build the project
run: npm run build

- name: List working directory contents
run: ls -la

- name: List build directory contents
run: ls -la ./dist # Adjust path if necessary

- name: Deploy to GitHub Pages
uses: peaceiris/actions-gh-pages@v3
with:
Expand Down

0 comments on commit 091db0a

Please sign in to comment.