Skip to content

Commit

Permalink
Merge pull request #127 from dtcenter/feature_122_gha_warnings
Browse files Browse the repository at this point in the history
Issue #122 update version numbers
  • Loading branch information
bikegeek authored Oct 20, 2022
2 parents 179b8a0 + 7019137 commit dd3c835
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/compare_db.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,12 @@ 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}}
- name: check out baseold code
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
path: baseold
ref: ${{github.event.pull_request.base.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 dd3c835

Please sign in to comment.