Skip to content

Commit fe0e1ab

Browse files
committed
replaced deploy.yml with documentation.yml
maybe this works with deployment
1 parent f735459 commit fe0e1ab

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

.github/workflows/deploy.yml renamed to .github/workflows/documentation.yml

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
name: deploy
1+
name: docs
22

33
on: [push, pull_request, workflow_dispatch]
44

55
permissions:
66
contents: write
77

88
jobs:
9-
run:
9+
docs:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- uses: actions/checkout@v3
@@ -30,8 +30,4 @@ jobs:
3030
publish_branch: gh-pages
3131
github_token: ${{ secrets.GITHUB_TOKEN }}
3232
publish_dir: _build/
33-
force_orphan: true
34-
- name: Run tests
35-
run: |
36-
pytest ./run_scripts/test_dycore.py --no-header -v
37-
33+
force_orphan: true

0 commit comments

Comments
 (0)