Skip to content

Commit

Permalink
update theme to pydata
Browse files Browse the repository at this point in the history
  • Loading branch information
srbhp committed Dec 5, 2024
1 parent b156fe4 commit a03a41f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,9 @@ jobs:
runs-on: ubuntu-20.04 # ubuntu-latest

steps:
- uses: actions/checkout
- uses: actions/checkout@v3
- name: Setup Pages
uses: actions/configure-pages
uses: actions/configure-pages@v3
- name: Requirements
run:
sudo apt-get update
Expand All @@ -63,7 +63,7 @@ jobs:
# source /opt/intel/oneapi/setvars.sh
# && cmake --build ${{github.workspace}}/build --config ${{env.BUILD_TYPE}}
- name: Upload artifact
uses: actions/upload-pages-artifact
uses: actions/upload-pages-artifact@v4
with:
# Upload entire repository
# path: './build/docs/sphinx'
Expand Down

0 comments on commit a03a41f

Please sign in to comment.