Skip to content
This repository has been archived by the owner on Aug 18, 2024. It is now read-only.

Commit

Permalink
update deploy workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
HexaField committed Jul 8, 2023
1 parent e53ca18 commit bbfa9b0
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/deploy-static.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,6 @@ jobs:
uses: actions/checkout@v3
with:
path: './packages/projects/projects/${{ github.event.repository.name }}'
- name: Setup Pages
uses: actions/configure-pages@v3
- name: Use Node.js
uses: actions/setup-node@v3
with:
Expand All @@ -59,6 +57,8 @@ jobs:
- run: cp .env.local.default .env.local
- run: npm install --production=false --loglevel notice --legacy-peer-deps
- run: cd './packages/projects/projects/${{ github.event.repository.name }}' && npm run build
- name: Setup Pages
uses: actions/configure-pages@v3
- name: Upload artifact
uses: actions/upload-pages-artifact@v1
with:
Expand All @@ -68,4 +68,5 @@ jobs:
run: sleep 15s
shell: bash
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v2

0 comments on commit bbfa9b0

Please sign in to comment.