Skip to content

Commit

Permalink
Merge pull request #14 from fhzit/main
Browse files Browse the repository at this point in the history
Update deploy-docs.yml
  • Loading branch information
HelloWRC authored Feb 8, 2025
2 parents 78094ee + 7f234d1 commit fe8576c
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/deploy-docs.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

name: 部署文档

on:
Expand All @@ -25,7 +24,6 @@ jobs:
with:
version: 9.9.0+sha512.60c18acd138bff695d339be6ad13f7e936eea6745660d4cc4a776d5247c540d0edee1a563695c183a66eb917ef88f2b4feb1fc25f32a7adcadc7aaf3438e99c1


- name: 设置 Node.js
uses: actions/setup-node@v4
with:
Expand Down Expand Up @@ -58,7 +56,7 @@ jobs:
INPUT_PATH: ./build

- name: 上传工件
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: github-pages
path: ${{ runner.temp }}/artifact.tar
Expand Down

0 comments on commit fe8576c

Please sign in to comment.