Skip to content

Commit

Permalink
build: fix pages publication
Browse files Browse the repository at this point in the history
  • Loading branch information
TheMrMilchmann committed Mar 20, 2024
1 parent 53ff5b0 commit a4cacb4
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ jobs:
run: |
git config --local user.email "41898282+github-actions[bot]@users.noreply.github.com"
git config --local user.name "github-actions[bot]"
git fetch origin gh-pages --depth=1
git fetch origin gh-pages
- name: Get Version
id: version
Expand Down Expand Up @@ -172,7 +172,7 @@ jobs:
git config --local user.name "github-actions[bot]"
- name: Push to GH Pages
run: git push https://${{ secrets.GITHUB_TOKEN }}@github.com/${{ github.repository }} gh-pages
run: git push origin gh-pages


create-staging-repository:
Expand Down Expand Up @@ -296,4 +296,9 @@ jobs:
- name: Cleanup
uses: GeekyEggo/delete-artifact@65041433121f7239077fa20be14c0690f70569de
with:
name: ubuntu-latest-${{ env.WORKSPACE_ARTIFACT }}
name: ubuntu-latest-${{ env.WORKSPACE_ARTIFACT }}

- name: Cleanup
uses: GeekyEggo/delete-artifact@65041433121f7239077fa20be14c0690f70569de
with:
name: ubuntu-latest-${{ env.DOCS_BUNDLE_ARTIFACT }}

0 comments on commit a4cacb4

Please sign in to comment.