Custom themes and config overrides #9

Merged
astra merged 20 commits from astra/overrides into main 2025-05-29 08:38:03 +00:00
Showing only changes of commit 4a3d55634d - Show all commits

View file

@ -5,7 +5,7 @@ on:
branches:
- main
- astra/ci
- astra/overrides
jobs:
deploy:
@ -26,15 +26,6 @@ jobs:
- name: Copy config file to root
run: cp overrides/config.ts ./config.ts
- name: print file structure
run: |
echo "Current directory structure:"
ls -R
- name: fail (intentionally)
run: |
echo "This is an intentional failure to test the workflow."
exit 1
- name: Setup Node.js
uses: actions/setup-node@v3
with: