+8
-6
.forgejo/workflows/deploy.yaml
+8
-6
.forgejo/workflows/deploy.yaml
···
16
16
- name: Checkout main repo
17
17
uses: actions/checkout@v4
18
18
19
-
- name: Checkout config repo
19
+
- name: Checkout overrides repo
20
20
uses: actions/checkout@v4
21
21
with:
22
22
repository: scientific-witchery/pds-dash-overrides
23
-
token: ${{ secrets.OVERRIDES_TOKEN }}
23
+
path: overrides
24
24
25
-
- name: print local filesystem
25
+
- name: Copy config file to root
26
+
run: cp overrides/config.ts ./config.ts
27
+
28
+
- name: print file structure
26
29
run: |
27
-
echo "Current directory: $(pwd)"
28
-
echo "Files in current directory:"
29
-
ls -la
30
+
echo "Current directory structure:"
31
+
ls -R
30
32
31
33
- name: fail (intentionally)
32
34
run: |