Skip to content

Commit

Permalink
fixes issue with setting up vue router in github pages
Browse files Browse the repository at this point in the history
  • Loading branch information
geekypandey committed Oct 30, 2024
1 parent 4a70631 commit 5d38332
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ jobs:
npm ci
npm run build
cd dist
cp index.html 404.html
echo "cf-tracker.tech" > CNAME
git config --global user.name "Github Actions Bot"
git config --global user.email "<>"
Expand Down

0 comments on commit 5d38332

Please sign in to comment.