Skip to content

Commit d1e361c

Browse files
authored
Revert "feat: Introduce sphinxnotes-incrbuild (#52)" (#54)
This reverts commit 38d6048.
1 parent 38d6048 commit d1e361c

File tree

4 files changed

+629
-6
lines changed

4 files changed

+629
-6
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 sphinxnotes-incrbuild
60+
fetch-depth: 0 # Required by git-restore-mtime
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-incrbuild
81+
path: /tmp/sphinxnotes-pages
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)