Skip to content

Commit

Permalink
Update deploy-pages.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
uds committed Jan 8, 2024
1 parent 01d2828 commit 18585b7
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/deploy-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,11 @@ jobs:
npm run release
- name: Setup Pages
uses: actions/configure-pages@v4
- name: Build static MD pages
uses: actions/jekyll-build-pages@v1
with:
source: "public"
destination: "public"
- name: Upload artifact
uses: actions/upload-pages-artifact@v3
with:
Expand Down

0 comments on commit 18585b7

Please sign in to comment.