Skip to content

Update amalimchie.qmd #84

Update amalimchie.qmd

Update amalimchie.qmd #84

name: Render and deploy quarto files
on:
push:
branches:
- main
jobs:
quarto-render-and-deploy:
runs-on: ubuntu-latest
steps:
- name: "actions checkout"
uses: actions/checkout@v3
- name: "Setup Quarto"
uses: quarto-dev/quarto-actions/setup@v2
with:
version: 1.3.336
- 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