Skip to content

Commit

Permalink
fix: fix 404 error (#288)
Browse files Browse the repository at this point in the history
* Revert to PAT due to semantic-release-pages plugin not supporting GITHUB_TOKEN yet

* Initial Staff Table

* Matches with hard coded data.

* fix build failure

* fix build failure

* fix build failure

* fix test failure

* pull assest up one level
  • Loading branch information
walshta authored Jun 1, 2024
1 parent 5802ae9 commit 8ca3c19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
run: |
echo "tym.hobynye.org" > dist/thank-you-matcher/CNAME
echo "" > dist/thank-you-matcher/.nojekyll
tar -czf thank-you-matcher.tar.gz dist/thank-you-matcher/*
tar -czf thank-you-matcher.tar.gz dist/thank-you-matcher/browser/*
- name: Release
env:
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
Expand Down

0 comments on commit 8ca3c19

Please sign in to comment.