Skip to content

Bump pydantic from 2.10.3 to 2.10.5 #78

Bump pydantic from 2.10.3 to 2.10.5

Bump pydantic from 2.10.3 to 2.10.5 #78

# Simple workflow for deploying static content to GitHub Pages
name: Deploy documentation to github page
on:
push:
branches: [ "master" ]
tags:
- '*'
pull_request:
branches: [ "master" ]
# Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages
permissions:
contents: write
pages: write
id-token: write
jobs:
ManyLinux_x86_64:
uses: MartinPdeS/MPSActions/.github/workflows/publish_documentation.yml@master

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

View workflow run for this annotation

GitHub Actions / Deploy documentation to github page

Invalid workflow file

The workflow is not valid. .github/workflows/deploy_documentation.yml (Line: 21, Col: 11): Input package-name is required, but not provided while calling.
with:
python-version: "3.11"