Skip to content

Commit

Permalink
Define GHA commit email
Browse files Browse the repository at this point in the history
  • Loading branch information
linogaliana committed Apr 2, 2024
1 parent 7b3e3ec commit fe07f46
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/prod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -72,9 +72,8 @@ jobs:
path: _public/
retention-days: 5
- name: Publish to GitHub Pages (and render)
with:
target: gh-pages
run: |
quarto publish $target . --no-render --no-browser
#env:
git config --global user.email [email protected]
git config --global user.name "Quarto GHA Workflow Runner"
quarto publish gh-pages . --no-render --no-browser #env:
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit fe07f46

Please sign in to comment.