Skip to content

Commit 091ef72

Browse files
committed
fix
1 parent 8df4a3e commit 091ef72

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/update-generated-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- name: Compare versions
2828
id: versions
2929
run: |
30-
CURRENT_DOCS_VERSION=$(cat .scripts/current_docs_version.txt)
30+
CURRENT_DOCS_VERSION=$(cat scripts/current_docs_version.txt)
3131
LATEST_VERSION=$(git -C ../gitbutler tag --list 'nightly/*' --sort=-version:refname | head -n 1)
3232
3333
echo "Current: $CURRENT_DOCS_VERSION"

0 commit comments

Comments
 (0)