We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b69172 commit 200b1f9Copy full SHA for 200b1f9
1 file changed
.github/workflows/deploy_documentation.yml
@@ -3,22 +3,25 @@ name: Documentation
3
4
on:
5
push:
6
- branches: [ "master" ]
7
- tags: '*'
8
- pull_request:
9
+ branches:
+ - master
+ tags:
+ - "*"
10
11
+ pull_request:
12
13
14
-# Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages
15
permissions:
16
contents: write
17
pages: write
18
id-token: write
19
20
jobs:
21
ManyLinux_x86_64:
22
+ if: github.event_name == 'push'
23
uses: MartinPdeS/MPSActions/.github/workflows/publish_documentation.yml@master
24
with:
25
python-version: "3.11"
26
package-name: "PyMieSim"
- apt-package: xvfb jq
27
+ apt-package: xvfb jq
0 commit comments