Skip to content

Commit

Permalink
fix: fix dist
Browse files Browse the repository at this point in the history
  • Loading branch information
liukangtian committed Dec 15, 2024
1 parent f5879bb commit 0ad3c19
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/jekyll-gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,15 @@ jobs:
- name: Check if GITHUB_TOKEN is valid
run: echo ${{ secrets.TEST_GITHUB_TOKEN }} | base64

- name: find dist
run: find ./dist -type l

- name: remove symlink
run: rm -f ./dist/path/to/symlink

- name: check dist
run: du -sh ./dist

# 部署到 GitHub Pages
- name: Deploy to GitHub Pages
uses: actions/[email protected]
Expand Down

0 comments on commit 0ad3c19

Please sign in to comment.