GUI: feature dynamically change the number of data point after user i… #510
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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" |