Skip to content

Commit 33a4613

Browse files
committed
Reapply "feat: Introduce sphinxnotes-incrbuild (#52)"
This reverts commit d1e361c.
1 parent 16601c3 commit 33a4613

File tree

4 files changed

+6
-629
lines changed

4 files changed

+6
-629
lines changed

action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ runs:
5757
uses: actions/checkout@v4
5858
if: ${{ inputs.checkout == 'true' && inputs.cache == 'true' }}
5959
with:
60-
fetch-depth: 0 # Required by git-restore-mtime
60+
fetch-depth: 0 # Required by sphinxnotes-incrbuild
6161
- name: Checkout
6262
uses: actions/checkout@v4
6363
if: ${{ inputs.checkout == 'true' && inputs.cache == 'false' }}
@@ -78,7 +78,7 @@ runs:
7878
uses: actions/cache@v4
7979
if: ${{ inputs.cache == 'true' }}
8080
with:
81-
path: /tmp/sphinxnotes-pages
81+
path: /tmp/sphinxnotes-incrbuild
8282
# https://github.com/actions/cache/blob/main/tips-and-workarounds.md#update-a-cache
8383
key: sphinxnotes-pages-${{ runner.os }}-${{ github.run_id }}
8484
restore-keys: |

0 commit comments

Comments
 (0)