Skip to content

Commit

Permalink
ci: 💚 add setup pages
Browse files Browse the repository at this point in the history
  • Loading branch information
M1n-74316D65 committed May 14, 2024
1 parent 232a81d commit 0b463b5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/markdown-to-pages-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,9 @@ jobs:
- uses: wranders/markdown-to-pages-action@v0
with:
token: ${{ secrets.GITHUB_TOKEN }}
# - run: cp ./images ./dist/images/
# - run: cp ./images ./dist/images/
- name: Setup Pages
uses: actions/configure-pages@v4
- uses: actions/upload-pages-artifact@v3
with:
path: dist
Expand Down

0 comments on commit 0b463b5

Please sign in to comment.