diff options
author | Li Jin <dragon-fly@qq.com> | 2025-01-31 20:24:35 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-01-31 20:24:35 +0800 |
commit | ad375912e79ea388764e52b1d89cb3293164b6f7 (patch) | |
tree | 9bdb0fb82b69ced618d88871fb0ea9054a69f2b3 | |
parent | a0512545ea3212cad3f73b346a7c6f82607b8813 (diff) | |
download | yuescript-ad375912e79ea388764e52b1d89cb3293164b6f7.tar.gz yuescript-ad375912e79ea388764e52b1d89cb3293164b6f7.tar.bz2 yuescript-ad375912e79ea388764e52b1d89cb3293164b6f7.zip |
Update static.yml. [skip CI]
-rw-r--r-- | .github/workflows/static.yml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/.github/workflows/static.yml b/.github/workflows/static.yml index d20c711..6fc7e10 100644 --- a/.github/workflows/static.yml +++ b/.github/workflows/static.yml | |||
@@ -27,9 +27,9 @@ jobs: | |||
27 | runs-on: macos-latest | 27 | runs-on: macos-latest |
28 | steps: | 28 | steps: |
29 | - name: Checkout | 29 | - name: Checkout |
30 | uses: actions/checkout@v3 | 30 | uses: actions/checkout@v4 |
31 | - name: Setup Pages | 31 | - name: Setup Pages |
32 | uses: actions/configure-pages@v3 | 32 | uses: actions/configure-pages@v5 |
33 | - name: Prepare Site | 33 | - name: Prepare Site |
34 | run: | | 34 | run: | |
35 | brew upgrade -f python | 35 | brew upgrade -f python |
@@ -40,9 +40,9 @@ jobs: | |||
40 | yarn build | 40 | yarn build |
41 | cd .. | 41 | cd .. |
42 | - name: Upload artifact | 42 | - name: Upload artifact |
43 | uses: actions/upload-pages-artifact@v1 | 43 | uses: actions/upload-pages-artifact@v3 |
44 | with: | 44 | with: |
45 | path: 'doc/docs/.vuepress/dist' | 45 | path: 'doc/docs/.vuepress/dist' |
46 | - name: Deploy to GitHub Pages | 46 | - name: Deploy to GitHub Pages |
47 | id: deployment | 47 | id: deployment |
48 | uses: actions/deploy-pages@v2 | 48 | uses: actions/deploy-pages@v4 |