Skip to content

Commit

Permalink
Issue #122 update version numbers
Browse files Browse the repository at this point in the history
  • Loading branch information
bikegeek committed Oct 20, 2022
1 parent 179b8a0 commit 03cfc9c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/compare_db.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
DB_HOST: localhost
steps:
- name: check out headnew code
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
path: headnew
ref: ${{github.event.pull_request.head.ref}}
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,20 +15,20 @@ jobs:
name: Documentation
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: '3.6'
- name: Install Python dependencies
run: python -m pip install --upgrade sphinx sphinx-gallery sphinx_rtd_theme
- name: Build documentation
continue-on-error: true
run: ./.github/jobs/build_documentation.sh
- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v3
with:
name: documentation
path: artifact/documentation
- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v3
with:
name: documentation_warnings.log
path: artifact/doc_warnings.log
Expand Down

0 comments on commit 03cfc9c

Please sign in to comment.