Skip to content

Commit

Permalink
chore: fix cd
Browse files Browse the repository at this point in the history
  • Loading branch information
iceghost committed Sep 1, 2023
1 parent 3397bab commit cf4c084
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ permissions:
contents: read
pages: write
id-token: write
packages: read

# Allow one concurrent deployment
concurrency:
Expand All @@ -38,6 +39,9 @@ jobs:
with:
version: latest

- name: Authenticate GitHub Packages
run: echo "npm_config_//registry.npmjs.org/:_authToken=${{ secrets.GITHUB_TOKEN }}" >> .npmrc

- name: Setup pnpm
run: pnpm install

Expand Down
2 changes: 0 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@
"@types/gapi": "^0.0.44",
"@types/gapi.calendar": "^3.0.6",
"autoprefixer": "^10.4.15",
"date-fns": "^2.30.0",
"idb": "^7.1.1",
"postcss": "^8.4.29",
"postcss-load-config": "^4.0.1",
"prettier": "^3.0.3",
Expand Down

0 comments on commit cf4c084

Please sign in to comment.