mirror of
https://git.witchcraft.systems/scientific-witchery/pds-dash.git
synced 2025-06-07 23:44:04 +10:00
Custom themes and config overrides (#9)
Co-authored-by: Astra <me@astrra.space> Reviewed-on: https://git.witchcraft.systems/scientific-witchery/pds-dash/pulls/9 Reviewed-by: Astra <me@astrra.space> Co-authored-by: Ari <ariadna@hey.com> Co-committed-by: Ari <ariadna@hey.com>
This commit is contained in:
parent
67af67ef49
commit
c77cdb4b79
14 changed files with 1286 additions and 403 deletions
|
@ -6,15 +6,26 @@ on:
|
|||
- main
|
||||
- astra/ci
|
||||
|
||||
|
||||
jobs:
|
||||
deploy:
|
||||
name: Deploy
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- name: Checkout repo
|
||||
- name: Checkout main repo
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Checkout overrides repo
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
repository: scientific-witchery/pds-dash-overrides
|
||||
token: ${{ secrets.OVERRIDES_TOKEN}}
|
||||
path: overrides
|
||||
|
||||
- name: Copy config file to root
|
||||
run: cp overrides/config.ts ./config.ts
|
||||
|
||||
- name: Setup Node.js
|
||||
uses: actions/setup-node@v3
|
||||
with:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue