mirror of
https://github.com/reiyua/TAFENSWCertIVLessonWebsite.git
synced 2026-01-20 08:27:47 +00:00
Update static.yml
This commit is contained in:
parent
4128566e56
commit
ae057bf321
1 changed files with 4 additions and 4 deletions
8
.github/workflows/static.yml
vendored
8
.github/workflows/static.yml
vendored
|
|
@ -30,14 +30,14 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
uses: actions/checkout@v5
|
||||
- name: Setup Pages
|
||||
uses: actions/configure-pages@v4
|
||||
uses: actions/configure-pages@v5
|
||||
- name: Upload artifact
|
||||
uses: actions/upload-pages-artifact@v2
|
||||
uses: actions/upload-pages-artifact@v3
|
||||
with:
|
||||
# Upload entire repository
|
||||
path: '.'
|
||||
- name: Deploy to GitHub Pages
|
||||
id: deployment
|
||||
uses: actions/deploy-pages@v3
|
||||
uses: actions/deploy-pages@v4
|
||||
|
|
|
|||
Loading…
Reference in a new issue