Skip to content

Commit 8ab5b47

Browse files
committed
2 parents 102e648 + 0f30b56 commit 8ab5b47

File tree

4 files changed

+10
-8
lines changed

4 files changed

+10
-8
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@ jobs:
1818
python: ['3.8', '3.9', '3.10']
1919

2020
steps:
21-
- uses: compas-dev/compas-actions.build@v2
21+
- uses: compas-dev/compas-actions.build@v3
2222
with:
23-
test_lint: true
24-
test_compas: true
23+
invoke_lint: true
24+
check_import: true
2525
use_conda: true
2626
python: ${{ matrix.python }}

.github/workflows/docs.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@ jobs:
1414
docs:
1515
runs-on: windows-latest
1616
steps:
17-
- uses: compas-dev/compas-actions.docs@v2
17+
- uses: compas-dev/compas-actions.docs@v3
1818
with:
1919
github_token: ${{ secrets.GITHUB_TOKEN }}
2020
use_conda: true
21+
doc_url: https://compas.dev/compas_fea2/

.github/workflows/release.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,12 @@ jobs:
1414
python: ['3.8', '3.9', '3.10']
1515

1616
steps:
17-
- uses: compas-dev/compas-actions.build@v2
17+
- uses: compas-dev/compas-actions.build@v3
1818
with:
19-
test_lint: true
20-
test_compas: true
21-
use_conda: true
2219
python: ${{ matrix.python }}
20+
invoke_lint: true
21+
use_conda: true
22+
check_import: true
2323

2424
Publish:
2525
needs: build

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1515

1616
* Updated existing workflows to latest.
1717
* Build tests are temporarily disabled.
18+
* Updated `compas-actions.build` and `compas-actions.doc` workflows to v3.
1819

1920
### Removed
2021

0 commit comments

Comments
 (0)