Skip to content

Do not build ARM64 for the publish Docker image #4

Do not build ARM64 for the publish Docker image

Do not build ARM64 for the publish Docker image #4

Workflow file for this run

name: Render and publish site
on:
push:
branches:
- main
- specky
jobs:
publish:
runs-on: ubuntu-latest
container: ghcr.io/nbisweden/workshop-reproducible-research/publish:specky
permissions:
contents: write
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Deploy on GitHub Pages
uses: quarto-dev/quarto-actions/publish@v2
with:
target: gh-pages
render: true
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}