Skip to content

Commit

Permalink
page7
Browse files Browse the repository at this point in the history
  • Loading branch information
Qingqing committed Aug 29, 2024
1 parent 4de641c commit 721c2ff
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 80 deletions.
13 changes: 4 additions & 9 deletions .github/workflows/deploy-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,15 +47,10 @@ jobs:
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
uses: JamesIves/github-pages-deploy-action@v4
with:
branch: gh-pages
folder: .


43 changes: 0 additions & 43 deletions .github/workflows/static.yml

This file was deleted.

28 changes: 0 additions & 28 deletions .github/workflows/webpack.yml

This file was deleted.

0 comments on commit 721c2ff

Please sign in to comment.