Skip to content

Commit

Permalink
update deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
Di Weng committed Nov 4, 2023
1 parent f23e54e commit e7a8b0d
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,17 +11,14 @@ jobs:
steps:
- uses: actions/checkout@v3
- uses: pnpm/action-setup@v2
with:
version: 7.3.0
- uses: actions/setup-node@v3
with:
node-version: 18
cache: 'pnpm'
- run: |
pnpm install --frozen-lockfile
pnpm run build
echo 'dwe.ng' > dist/CNAME
- uses: JamesIves/github-pages-deploy-action@v4.4.1
- uses: JamesIves/github-pages-deploy-action@v4
with:
folder: dist
token: ${{ secrets.DEPLOYMENT_TOKEN }}
Expand Down

0 comments on commit e7a8b0d

Please sign in to comment.