Skip to content

Commit

Permalink
Update jekyll-gh-pages.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
LiuJiewenTT committed Jul 2, 2023
1 parent db43bfd commit b74be78
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/jekyll-gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,9 @@ jobs:
destination: ./_site
- name: Put into docs_only branch
uses: actions/checkout@v3
with:
ref: 'docs_only'
path: 'docs_only'
with:
ref: 'docs_only'
path: 'docs_only'
run: |
cp -r ./_site/* ./docs_only/
git config user.name github-actions
Expand Down

0 comments on commit b74be78

Please sign in to comment.