Skip to content

Commit

Permalink
Merge pull request #114 from marquiz/devel/github-actions-checkout
Browse files Browse the repository at this point in the history
github: use the git checkout action to fetch all refs
  • Loading branch information
fmuyassarov authored Sep 20, 2023
2 parents 42c41b2 + d7f13c9 commit 90dc2e5
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/publish-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,9 @@ jobs:
update-gh-pages:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1

- name: Fetch gh-pages
run: git fetch --no-tags --prune --depth=1 origin refs/heads/gh-pages:refs/heads/gh-pages
- uses: actions/checkout@v4
with:
fetch-depth: 0

- name: Install build dependencies
run: |
Expand Down

0 comments on commit 90dc2e5

Please sign in to comment.