Skip to content

Commit

Permalink
fix: workflow pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
danielhe4rt committed Apr 2, 2024
1 parent 9a10b13 commit 43cdacd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docs-pages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
with:
ref: ${{ github.event.repository.default_branch }}
persist-credentials: false
fetch-depth: 0

- name: Set up Python
uses: actions/setup-python@v5
with:
Expand All @@ -43,7 +43,7 @@ jobs:
.
- name: Upload artifact
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v4.3.1
with:
name: github-pages
path: ${{ runner.temp }}/artifact.tar
Expand Down

0 comments on commit 43cdacd

Please sign in to comment.