Skip to content

Commit

Permalink
modified render-qmd.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasmanke committed Apr 4, 2024
1 parent 4474833 commit 47b30f4
Showing 1 changed file with 17 additions and 6 deletions.
23 changes: 17 additions & 6 deletions .github/workflows/render-qmd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,13 +61,24 @@ jobs:
with:
path: ./docs

# - name: Deploy to GitHub Pages
# uses: peaceiris/actions-gh-pages@v3
# if: ${{ !env.ACT }}
# with:
# github_token: ${{ secrets.GITHUB_TOKEN }}
# publish_dir: |
# ./docs

deploy:
needs: build
environment:
name: github-pages
url: ${{ steps.deployment.outputs.page_url }}
runs-on: ubuntu-latest
steps:
- name: Deploy to GitHub Pages
uses: peaceiris/actions-gh-pages@v3
if: ${{ !env.ACT }}
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: |
./docs
id: deployment
uses: actions/deploy-pages@v4

# the following does not work; micromamba env and installs seem not to be recoginized
# see also: https://github.com/quarto-dev/quarto-actions/issues/47
Expand Down

0 comments on commit 47b30f4

Please sign in to comment.