Skip to content

Commit

Permalink
page6
Browse files Browse the repository at this point in the history
  • Loading branch information
Qingqing committed Aug 29, 2024
1 parent e70812a commit 4de641c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/deploy-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,11 +46,14 @@ jobs:
env:
CI: true

# Publish to GitHub Pages
- name: Setup Pages
uses: actions/configure-pages@v5

- name: Upload artifact
uses: actions/upload-pages-artifact@v3
with:
# Upload entire repository
path: '.'

- name: Deploy to GitHub Pages
uses: actions/deploy-pages@v4
Expand Down

0 comments on commit 4de641c

Please sign in to comment.