Skip to content

Commit

Permalink
Add git to publish environment
Browse files Browse the repository at this point in the history
  • Loading branch information
fasterius committed Oct 17, 2024
1 parent 9349dfa commit 5b3d2d3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: Render and publish site

on:
workflow_dispatch:
push:
branches:
- main
Expand All @@ -17,10 +18,9 @@ jobs:
- name: Checkout
uses: actions/checkout@v4

- name: Deploy on GitHub Pages
- name: Publish to GitHub Pages
uses: quarto-dev/quarto-actions/publish@v2
with:
target: gh-pages
render: true
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
1 change: 1 addition & 0 deletions env/publish/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ channels:
dependencies:

# Command line
- git
- snakemake-minimal

# R
Expand Down

0 comments on commit 5b3d2d3

Please sign in to comment.