Skip to content

Commit

Permalink
WIP: next
Browse files Browse the repository at this point in the history
  • Loading branch information
TheMrMilchmann committed Mar 19, 2024
1 parent 58dba80 commit e34ea77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,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 clone https://x-access-token:${{ secrets.GITHUB_TOKEN }}@github.com/${{ github.repository }}.git
git clone 'https://x-access-token:${{ secrets.GITHUB_TOKEN }}@github.com/${{ github.repository }}.git'
git fetch origin gh-pages --depth=1
- name: Get Version
Expand Down

0 comments on commit e34ea77

Please sign in to comment.