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 8df4a3e commit 091ef72Copy full SHA for 091ef72
1 file changed
.github/workflows/update-generated-docs.yml
@@ -27,7 +27,7 @@ jobs:
27
- name: Compare versions
28
id: versions
29
run: |
30
- CURRENT_DOCS_VERSION=$(cat .scripts/current_docs_version.txt)
+ CURRENT_DOCS_VERSION=$(cat scripts/current_docs_version.txt)
31
LATEST_VERSION=$(git -C ../gitbutler tag --list 'nightly/*' --sort=-version:refname | head -n 1)
32
33
echo "Current: $CURRENT_DOCS_VERSION"
0 commit comments