Skip to content

Commit

Permalink
fix: use custom deploy command instead of actions
Browse files Browse the repository at this point in the history
  • Loading branch information
cmgriffing committed Jan 17, 2024
1 parent 8d5ef32 commit da15a03
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,22 +43,12 @@ jobs:
restore-keys: |
${{ runner.os }}-pnpm-store-
- name: Setup Pages
uses: actions/configure-pages@v4
with:
enablement: true

- name: Install dependencies
run: pnpm install

- name: Build Application
run: pnpm build

- name: Upload artifact
uses: actions/upload-pages-artifact@v3
with:
path: "./dist"

- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v4
run: pnpm run deploy

0 comments on commit da15a03

Please sign in to comment.