Skip to content

Commit

Permalink
change hashfile
Browse files Browse the repository at this point in the history
  • Loading branch information
zain-sohail committed Jun 12, 2024
1 parent f68439b commit 1a460f6
Showing 1 changed file with 11 additions and 13 deletions.
24 changes: 11 additions & 13 deletions .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,9 +64,7 @@ jobs:
_build/
docs/tutorial/*ipynb
docs/tutorial/tutorial_checksums.txt
key: ${{ runner.os }}-notebook-outputs-${{ hashFiles('tutorial_checksums.txt') }}
restore-keys: |
${{ runner.os }}-notebook-outputs-
key: ${{ runner.os }}-notebook-outputs-${{ hashFiles('docs/tutorial/tutorial_checksums.txt') }}

- name: Compute notebook checksums
id: compute-checksums
Expand Down Expand Up @@ -95,13 +93,13 @@ jobs:
with:
path: '_build'

deploy:
environment:
name: github-pages
url: ${{ steps.deployment.outputs.page_url }}
runs-on: ubuntu-latest
needs: build
steps:
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v4
# deploy:
# environment:
# name: github-pages
# url: ${{ steps.deployment.outputs.page_url }}
# runs-on: ubuntu-latest
# needs: build
# steps:
# - name: Deploy to GitHub Pages
# id: deployment
# uses: actions/deploy-pages@v4

0 comments on commit 1a460f6

Please sign in to comment.