We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ae74231 + ce5a4ba commit 59325e6Copy full SHA for 59325e6
1 file changed
.github/workflows/testing.yml
@@ -5,7 +5,7 @@ on: [push, pull_request]
5
jobs:
6
tests:
7
name: Tests
8
- uses: Bernardo-MG/github-workflow/.github/workflows/python_testing.yml@develop
+ uses: Bernardo-MG/github-workflow/.github/workflows/python_testing.yml@v1
9
10
setup_docs:
11
name: Doc deployment preparation
@@ -22,7 +22,7 @@ jobs:
22
id: extract_branch
23
24
deploy_docs:
25
- name: Deploy development docs
+ name: Deploy docs
26
environment: deployment_site
27
needs: setup_docs
28
runs-on: ubuntu-latest
0 commit comments