Skip to content

Commit

Permalink
Fix gh actions
Browse files Browse the repository at this point in the history
  • Loading branch information
darthcav committed May 10, 2024
1 parent c0e2a79 commit 55dffa1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/jsdoc-to-gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,8 @@ jobs:
- name: Commit and push to gh-pages
run: |
git config credential.helper store
echo "https://${{ env.GITHUB_ACTOR }}:${{ secrets.GH_PAGES_TOKEN }}@github.com" > ~/.git-credentials
git config user.name ${{ env.GITHUB_ACTOR }}
echo "https://${{ github.actor }}:${{ secrets.GH_PAGES_TOKEN }}@github.com" > ~/.git-credentials
git config user.name ${{ github.actor }}
git config user.email ${{ secrets.ACTOR_EMAIL }}
git add .
git commit -m "Deploy JSDoc documentation"
Expand Down

0 comments on commit 55dffa1

Please sign in to comment.