Skip to content

Commit

Permalink
try it
Browse files Browse the repository at this point in the history
  • Loading branch information
Todd Rinaldo committed Aug 29, 2024
1 parent 080d0c5 commit 43805eb
Showing 1 changed file with 8 additions and 10 deletions.
18 changes: 8 additions & 10 deletions .github/workflows/website.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,13 +37,11 @@ jobs:
git diff
- name: push
uses: github-actions-x/[email protected]
with:
github-token: ${{ secrets.DOCS_DEPLOY_TOKEN }}
push-branch: 'docs'
commit-message: 'Regenerate Documentation Website'
force-add: 'true'
force-push: 'true'
files: docs/
name: GitHub Action
email: [email protected]
run: |
git config --global user.name 'GitHub Action'
git config --global user.email '[email protected]'
git add docs/
git commit -m "Regenerate Documentation Website"
git remote -v
git branch -a
git push --force https://${{ secrets.DOCS_DEPLOY_TOKEN }}@github.com/cpanel/elevate main:docs

0 comments on commit 43805eb

Please sign in to comment.