Skip to content

Update template to use organization actions #2

Update template to use organization actions

Update template to use organization actions #2

Workflow file for this run

name: "Documentation"
on:
push:
branches:
- main
tags: '*'
pull_request:
schedule:
- cron: '1 4 * * 4'
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: ${{ github.ref_name != github.event.repository.default_branch || github.ref != 'refs/tags/v*' }}
jobs:
build-and-deploy-docs:
name: "Documentation"
uses: "ITensor/ITensorActions/.github/workflows/Documentation.yml@main"

Check failure on line 19 in .github/workflows/Documentation.yml

View workflow run for this annotation

GitHub Actions / Documentation

Invalid workflow file

The workflow is not valid. In .github/workflows/Documentation.yml (Line: 19, Col: 11): Error from called workflow ITensor/ITensorActions/.github/workflows/Documentation.yml@main (Line: 25, Col: 9): Required property is missing: type
with:
localregistry: https://github.com/ITensor/ITensorRegistry.git
secrets: "inherit"