Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelhenry committed Aug 21, 2023
1 parent b4ea456 commit d6887a4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,12 +41,13 @@ jobs:
run: |
git config user.name 'github-actions[bot]'
git config user.email 'github-actions[bot]@users.noreply.github.com'
git remote set-url origin https://x-access-token/:${{ secrets.GITHUB_TOKEN }}@github.com/${{ github.repository }}
git add .
git commit -m "Auto-commit: Update docs with $VERSION_NAME."
- name: Push changes
run: |
git push origin HEAD:${GITHUB_REF#refs/heads/}
git push origin
- name: Setup Pages
uses: actions/configure-pages@v3
Expand Down

0 comments on commit d6887a4

Please sign in to comment.