Skip to content

Commit

Permalink
fix: restore correct deploy by not ignoring dist at deploy time
Browse files Browse the repository at this point in the history
  • Loading branch information
eMerzh authored and derhuerst committed May 13, 2024
1 parent 44334d9 commit f0789bf
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint-build-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- run: npm run build
env:
MAPBOX_TOKEN: ${{secrets.MAPBOX_TOKEN}}

- run: rm .gitignore
- name: deploy to GitHub Pages
uses: peaceiris/actions-gh-pages@v3
with:
Expand Down
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,3 @@ node_modules
pnpm-debug.log

/dist
!/dist/index.html

0 comments on commit f0789bf

Please sign in to comment.