We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 38d6048 commit d1e361cCopy full SHA for d1e361c
action.yml
@@ -57,7 +57,7 @@ runs:
57
uses: actions/checkout@v4
58
if: ${{ inputs.checkout == 'true' && inputs.cache == 'true' }}
59
with:
60
- fetch-depth: 0 # Required by sphinxnotes-incrbuild
+ fetch-depth: 0 # Required by git-restore-mtime
61
- name: Checkout
62
63
if: ${{ inputs.checkout == 'true' && inputs.cache == 'false' }}
@@ -78,7 +78,7 @@ runs:
78
uses: actions/cache@v4
79
if: ${{ inputs.cache == 'true' }}
80
81
- path: /tmp/sphinxnotes-incrbuild
+ path: /tmp/sphinxnotes-pages
82
# https://github.com/actions/cache/blob/main/tips-and-workarounds.md#update-a-cache
83
key: sphinxnotes-pages-${{ runner.os }}-${{ github.run_id }}
84
restore-keys: |
0 commit comments