Skip to content

Merge pull request #265 from royfrancis/specky #6

Merge pull request #265 from royfrancis/specky

Merge pull request #265 from royfrancis/specky #6

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 }}