Skip to content

fix(ci): comment out styles.css from team_call_Dec2023_fAIr #21

fix(ci): comment out styles.css from team_call_Dec2023_fAIr

fix(ci): comment out styles.css from team_call_Dec2023_fAIr #21

Workflow file for this run

# from Dustin's repo https://github.com/dabreegster/talks/tree/main/.github/workflows
name: Deploy slides
on:
push:
branches: [main]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install quarto
run: |
wget https://github.com/quarto-dev/quarto-cli/releases/download/v0.9.4/quarto-0.9.4-linux-amd64.deb
sudo dpkg -i quarto-0.9.4-linux-amd64.deb
- name: Render Quarto Project
uses: quarto-dev/quarto-actions/render@v2
with:
to: html # If set, it will be equivalent to `quarto render --to html`
path: .
- name: Publish
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./docs