Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/djdjz7/json-markup
Browse files Browse the repository at this point in the history
  • Loading branch information
djdjz7 committed Dec 1, 2023
2 parents 9914d7a + 797dae6 commit 40ba610
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,19 +39,19 @@ jobs:
with:
node-version: 18
cache: 'pnpm'
- run: cd website
- run: ls
- name: Install dependencies
run: pnpm install
working-directory: ./website
- name: Build
run: pnpm run build
working-directory: ./website
- name: Setup Pages
uses: actions/configure-pages@v3
- name: Upload artifact
uses: actions/upload-pages-artifact@v1
with:
# Upload dist repository
path: './dist'
path: './website/dist'
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v1
uses: actions/deploy-pages@v1

0 comments on commit 40ba610

Please sign in to comment.