Skip to content

Commit 7a8d403

Browse files
committed
Fix docs path: move ista docs to public/ for Astro static serving
1 parent ed1fe76 commit 7a8d403

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/receive-ista-docs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,13 @@ jobs:
2222
repo: JDRomano2/ista
2323
workflow: build-docs.yml
2424
name: ista-docs
25-
path: software/ista
25+
path: public/software/ista
2626
workflow_conclusion: success
2727

2828
- name: Commit and push
2929
run: |
3030
git config --local user.email "github-actions[bot]@users.noreply.github.com"
3131
git config --local user.name "github-actions[bot]"
32-
git add software/ista
32+
git add public/software/ista
3333
git diff --staged --quiet || git commit -m "Update ista documentation"
3434
git push

software/ista/.gitkeep

Whitespace-only changes.

0 commit comments

Comments
 (0)