Skip to content

[WIP] Add info page to home #4

[WIP] Add info page to home

[WIP] Add info page to home #4

Workflow file for this run

name: deploy
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/deploy

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

View workflow run for this annotation

GitHub Actions / deploy

Invalid workflow file

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