Skip to content

Commit

Permalink
upd
Browse files Browse the repository at this point in the history
  • Loading branch information
mgrouch committed Jan 10, 2024
1 parent d4df86a commit b64585d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/adocs-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
echo "Done with AsciiDocs"
cd output ; cp -R ../docs/images images; cp -R ../docs/cockpit-ui cockpit-ui
git init
git config user.name "${GH_USER_NAME}"
git config user.email "{GH_USER_EMAIL}"
git config user.name "${{ secrets.GH_USER_NAME }}"
git config user.email "${{ secrets.GH_USER_EMAIL }}"
git add . ; git commit -m "Deploy to GitHub Pages"
git push --force "https://${GH_TOKEN}@${GH_REF}" master:gh-pages
git push --force "https://${{ secrets.GITHUB_TOKEN }}@${{ github.ref }}" master:gh-pages

0 comments on commit b64585d

Please sign in to comment.