Skip to content

Commit

Permalink
fix aliyun oss action
Browse files Browse the repository at this point in the history
  • Loading branch information
sunny0826 committed May 23, 2024
1 parent 6014a3e commit 98ba7c0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@ jobs:
- name: Build website
run: yarn build

- name: Upload Build Artifact
uses: actions/upload-pages-artifact@v3
with:
path: build
# - name: Upload Build Artifact
# uses: actions/upload-pages-artifact@v3
# with:
# path: build

# deploy:
# name: Deploy to GitHub Pages
Expand Down

0 comments on commit 98ba7c0

Please sign in to comment.