Skip to content

update gh-actions for new MPSAction API #519

update gh-actions for new MPSAction API

update gh-actions for new MPSAction API #519

# 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
with:
python-version: "3.11"
package-name: "PyMieSim"