Skip to content
This repository was archived by the owner on Mar 4, 2025. It is now read-only.

Commit 5f99938

Browse files
committed
revert jekyll-action to build and deploy
we can do this because we don't need to wait for any other steps, they're all done already
1 parent 6f196e5 commit 5f99938

1 file changed

Lines changed: 1 addition & 6 deletions

File tree

.github/workflows/gh-pages.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,5 @@ jobs:
3636
- uses: helaili/jekyll-action@master # Choose any one of the Jekyll Actions
3737
with: # Some relative inputs of your action
3838
token: ${{ secrets.GITHUB_TOKEN }}
39-
build_only: true
40-
- name: Deploy
41-
uses: peaceiris/actions-gh-pages@v3
42-
with:
43-
github_token: ${{ secrets.GITHUB_TOKEN }}
44-
publish_dir: ./_site
39+
4540

0 commit comments

Comments
 (0)