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: |