Skip to content

Commit

Permalink
Merge pull request ubie-oss#70 from 8845musign/fix-build
Browse files Browse the repository at this point in the history
Fix build
  • Loading branch information
takanorip authored May 20, 2024
2 parents 444e6cb + 07cdb3f commit e6ec87e
Show file tree
Hide file tree
Showing 3 changed files with 417 additions and 30 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout your repository using git
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Configure .npmrc
run: echo "//npm.pkg.github.com/:_authToken=${{ secrets.GITHUB_TOKEN }}" > ~/.npmrc
- name: Install, build, and upload your site
Expand All @@ -38,4 +38,4 @@ jobs:
steps:
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v1
uses: actions/deploy-pages@v1
Loading

0 comments on commit e6ec87e

Please sign in to comment.