Skip to content

Commit

Permalink
adds action to render page
Browse files Browse the repository at this point in the history
  • Loading branch information
Geert van Geest committed Mar 20, 2024
1 parent 2661f81 commit f7f0b2e
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/render-page.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@

on:
workflow_dispatch:
push:
branches:
- main

jobs:
docker:
runs-on: ubuntu-latest
container: geertvangeest/single-cell-rstudio:latest
steps:
- uses: actions/checkout@v4
- name: Publish to GitHub Pages (and render)
uses: quarto-dev/quarto-actions/publish@v2
with:
target: gh-pages
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # this secret is always available for github actions

0 comments on commit f7f0b2e

Please sign in to comment.