From 58e12b61305e32ad30b58c0c2667c42cbeea84e0 Mon Sep 17 00:00:00 2001 From: Ari Date: Thu, 29 May 2025 04:23:13 -0400 Subject: [PATCH] lets try a different way --- .forgejo/workflows/deploy.yaml | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/.forgejo/workflows/deploy.yaml b/.forgejo/workflows/deploy.yaml index 9eafcfb..9932058 100644 --- a/.forgejo/workflows/deploy.yaml +++ b/.forgejo/workflows/deploy.yaml @@ -16,17 +16,19 @@ jobs: - name: Checkout main repo uses: actions/checkout@v4 - - name: Checkout config repo + - name: Checkout overrides repo uses: actions/checkout@v4 with: repository: scientific-witchery/pds-dash-overrides - token: ${{ secrets.OVERRIDES_TOKEN }} + path: overrides - - name: print local filesystem + - name: Copy config file to root + run: cp overrides/config.ts ./config.ts + + - name: print file structure run: | - echo "Current directory: $(pwd)" - echo "Files in current directory:" - ls -la + echo "Current directory structure:" + ls -R - name: fail (intentionally) run: |