Skip to content

Commit

Permalink
feat: add new UI
Browse files Browse the repository at this point in the history
  • Loading branch information
psincraian committed Nov 1, 2024
1 parent 6bf7a9d commit 9a8a95e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/static.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,9 @@ jobs:
- name: Install dependencies
run: npm ci
- name: Build
run: npm run deploy
run: |
git remote set-url origin https://x-access-token:${{ secrets.GITHUB_TOKEN }}@github.com/$GITHUB_REPOSITORY
npm run deploy
- name: Setup Pages
uses: actions/configure-pages@v4
- name: Upload artifact
Expand Down

0 comments on commit 9a8a95e

Please sign in to comment.