Skip to content

Bump pydata-sphinx-theme from 0.16.0 to 0.16.1 #73

Bump pydata-sphinx-theme from 0.16.0 to 0.16.1

Bump pydata-sphinx-theme from 0.16.0 to 0.16.1 #73

# 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"