Skip to content

Commit

Permalink
Add catch-all
Browse files Browse the repository at this point in the history
  • Loading branch information
akshatmittal committed Sep 5, 2024
1 parent 4809d20 commit 97fd787
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ permissions:

concurrency:
group: "pages"
cancel-in-progress: false
cancel-in-progress: true

jobs:
build:
Expand All @@ -36,6 +36,7 @@ jobs:
npm install
npm run build
cp ../config.json ./dist
cp ./dist/index.html ./dist/404.html
- name: Upload Artifact
uses: actions/upload-pages-artifact@v3
Expand Down
Empty file added .nojekyll
Empty file.

0 comments on commit 97fd787

Please sign in to comment.