Skip to content

Commit

Permalink
Fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
gmatteo committed Oct 27, 2024
1 parent efc58b5 commit e258aaa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:
- name: Upload artifact
uses: actions/upload-pages-artifact@v2
with:
path: _build/html/ # Important. Set to the website output dir
path: docs/_build/html/ # Important. Set to the website output dir

deploy:
environment:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ jobs:
# config:
# - os: ubuntu-latest
# python: '3.12'
#runs-on: ${{ matrix.config.os }}

runs-on: ${{ matrix.config.os }}
env:
PMG_MAPI_KEY: ${{ secrets.PMG_MAPI_KEY }}

Expand Down

0 comments on commit e258aaa

Please sign in to comment.