Skip to content

Rename deploy env/GHA to publish for clarity #2

Rename deploy env/GHA to publish for clarity

Rename deploy env/GHA to publish for clarity #2

Workflow file for this run

name: Render and publish site
on:
push:
branches:
- main
- specky
jobs:
deploy:
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Deploy on GitHub Pages
uses: quarto-dev/quarto-actions/publish@v2
container: ghcr.io/nbisweden/workshop-reproducible-research/publish:specky

Check failure on line 21 in .github/workflows/publish.yml

View workflow run for this annotation

GitHub Actions / Render and publish site

Invalid workflow file

The workflow is not valid. .github/workflows/publish.yml (Line: 21, Col: 9): Unexpected value 'container'
with:
target: gh-pages
render: true
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}