diff --git a/.forgejo/workflows/deploy.yaml b/.forgejo/workflows/deploy.yaml index f0f7242..c39a45a 100644 --- a/.forgejo/workflows/deploy.yaml +++ b/.forgejo/workflows/deploy.yaml @@ -10,9 +10,6 @@ jobs: image: node:16-bullseye # Default for Forgejo steps: - uses: actions/checkout@v3 - - shell: ash - run: | - ls ${{ github.workspace } - name: Install dependencies run: npm install - name: Build