1
0
mirror of https://github.com/go-task/task.git synced 2025-08-10 22:42:19 +02:00

fix: update references to website directory

This commit is contained in:
Pete Davison
2024-03-19 19:40:20 +00:00
parent 7c61a59ecb
commit 97cf02872f
8 changed files with 41 additions and 29 deletions

View File

@@ -40,4 +40,4 @@ jobs:
run: python -m pip install 'check-jsonschema==0.27.3'
- name: check-jsonschema (metaschema)
run: check-jsonschema --check-metaschema docs/static/schema.json
run: check-jsonschema --check-metaschema website/static/schema.json

View File

@@ -19,10 +19,10 @@ jobs:
uses: tj-actions/changed-files@v41
with:
files: |
docs/docs
docs/blog
docs/i18n/en
docs/src/pages
website/docs
website/blog
website/i18n/en
website/src/pages
- name: Install Task
uses: arduino/setup-task@v1
@@ -35,4 +35,4 @@ jobs:
run: task crowdin:push
env:
CROWDIN_PERSONAL_TOKEN: ${{ secrets.CROWDIN_PERSONAL_TOKEN }}
working-directory: ./docs
working-directory: ./website