File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11name : Run tests with miniforge
22on : [push]
33
4+ concurrency :
5+ group : ${{ github.workflow }}-${{ github.ref }}
6+ cancel-in-progress : true
7+
48jobs :
59 test :
610 name : Miniconda ${{ matrix.os }} Py${{ matrix.pyver }}
Original file line number Diff line number Diff line change 11# Simple workflow for deploying static content to GitHub Pages
2-
32name : Deploy static content to Pages
43
54concurrency :
65 group : ${{ github.workflow }}-${{ github.ref }}
76 cancel-in-progress : true
87
9- # on: [push]
10- # on:
11- # push:
12- # branches: ["main"]
138on :
149 push :
15- # Allows you to run this workflow manually from the Actions tab
10+ branches : ["main"]
1611 workflow_dispatch :
1712
1813# Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages
4540 # Upload entire repository
4641 path : ' docs/build/html'
4742 - name : Deploy to GitHub Pages
48- if : github.ref == 'refs/heads/main'
43+ # if: github.ref == 'refs/heads/main'
4944 id : deployment
5045 uses : actions/deploy-pages@v4
You can’t perform that action at this time.
0 commit comments