mirror of
https://github.com/actualbudget/actual.git
synced 2026-04-29 02:54:09 -05:00
📜 Docs: Update downloads page table to have less duplication (#6231)
* update downloads page table to have less duplication * color from variable * add component to exclude for spell check * adding workflow to docs files for release notes exclusion * release notes * cli tool added to the server download list
This commit is contained in:
2
.github/workflows/release-notes.yml
vendored
2
.github/workflows/release-notes.yml
vendored
@@ -20,7 +20,7 @@ jobs:
|
||||
run: |
|
||||
git fetch origin ${{ github.base_ref }}
|
||||
CHANGED_FILES=$(git diff --name-only origin/${{ github.base_ref }}...HEAD)
|
||||
NON_DOCS_FILES=$(echo "$CHANGED_FILES" | grep -v "^packages/docs/" || true)
|
||||
NON_DOCS_FILES=$(echo "$CHANGED_FILES" | grep -v -e "^packages/docs/" -e "^\.github/actions/docs-spelling/" || true)
|
||||
|
||||
if [ -z "$NON_DOCS_FILES" ] && [ -n "$CHANGED_FILES" ]; then
|
||||
echo "only_docs=true" >> $GITHUB_OUTPUT
|
||||
|
||||
Reference in New Issue
Block a user