Skip to content

Commit

Permalink
actions update
Browse files Browse the repository at this point in the history
  • Loading branch information
caiomts committed Apr 7, 2023
1 parent 46acf34 commit b1402ed
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish_docs.yml
Expand Up @@ -24,6 +24,6 @@ jobs:
key: ${{ github.ref }}
path: .cache
- name: Bootstrap
run: ./scripts/bootstrap.sh
run: . ./scripts/bootstrap.sh
- name: deploy docs
run: ./scripts/docs_publish.sh
run: . ./scripts/docs_publish.sh
2 changes: 1 addition & 1 deletion .github/workflows/publish_pypi.yml
Expand Up @@ -23,4 +23,4 @@ jobs:
env:
FLIT_USERNAME: ${{ secrets.FLIT_USERNAME }}
FLIT_PASSWORD: ${{ secrets.FLIT_PASSWORD }}
run: ./scripts/publish.sh
run: . ./scripts/publish.sh
6 changes: 3 additions & 3 deletions .github/workflows/test_suite.yml
Expand Up @@ -23,8 +23,8 @@ jobs:
with:
python-version: ${{ matrix.python-version }}
- name: Bootstrap
run: ./scripts/bootstrap.sh
run: . ./scripts/bootstrap.sh
- name: format
run: ./scripts/format.sh
run: . ./scripts/format.sh
- name: Tests
run: ./cripts/tests.sh
run: . ./cripts/tests.sh
Empty file modified scripts/docs_publish.sh 100644 → 100755
Empty file.

0 comments on commit b1402ed

Please sign in to comment.