Skip to content

Merge pull request #90 from MartinPdeS/dependabot/pip/master/coverage… #1398

Merge pull request #90 from MartinPdeS/dependabot/pip/master/coverage…

Merge pull request #90 from MartinPdeS/dependabot/pip/master/coverage… #1398

# Simple workflow for deploying static content to GitHub Pages
name: Documentation
on:
push:
branches: [ "**" ]
tags: [ "v*" ]
pull_request:
branches: [ "master" ]
concurrency:
group: documentation-build-${{ github.repository }}-${{ github.ref }}
cancel-in-progress: true
# 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@v5
with:
python-version: "3.11"
package-name: "FlowCyPy"
apt-package: xvfb jq libfftw3-double3 libfftw3-dev
deploy-pages: ${{ github.event_name == 'push' && (github.ref == 'refs/heads/master' || startsWith(github.ref, 'refs/tags/v')) }}