Skip to content

Commit

Permalink
Merge branch 'master' into test
Browse files Browse the repository at this point in the history
  • Loading branch information
linogaliana committed Apr 8, 2024
2 parents f2cb625 + 86c14ad commit 1d74c02
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 9 deletions.
15 changes: 6 additions & 9 deletions .github/workflows/prod.yaml
Expand Up @@ -68,18 +68,15 @@ jobs:
GITHUB_PAT: ${{ secrets.PAT }}
- name: Render Book
run: |
ls
git remote -v
git config --global user.email quarto-github-actions-publish@example.com
git config --global user.name "Quarto GHA Workflow Runner"
git config --global --add safe.directory /__w/utilitR/utilitR
quarto render --to html
quarto publish gh-pages --no-render --no-browser
- uses: actions/upload-artifact@v2
with:
name: _public
path: _public/
retention-days: 5
- name: Publish to GitHub Pages (and render)
run: |
ls
git remote -v
git config --global user.email quarto-github-actions-publish@example.com
git config --global user.name "Quarto GHA Workflow Runner"
quarto publish gh-pages --no-render --no-browser
#env:
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
1 change: 1 addition & 0 deletions CNAME
@@ -0,0 +1 @@
book.utilitr.org

0 comments on commit 1d74c02

Please sign in to comment.