diff options
| author | Pinapelz <yukais@pinapelz.com> | 2023-12-15 23:48:53 -0800 |
|---|---|---|
| committer | Pinapelz <yukais@pinapelz.com> | 2023-12-15 23:48:53 -0800 |
| commit | 3cdc2d20cba515984f4feb1745936ca97992627b (patch) | |
| tree | 8f942013de077da6029a9bc842e24400edf8d02e /.github | |
| parent | eb6005439d71edd4aa980f0c79db98508ef53480 (diff) | |
remove test requirement to deploy
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/deploy.yml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index bc055fa..ac6887a 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -60,8 +60,6 @@ jobs: environment: name: github-pages url: ${{ steps.deployment.outputs.page_url }} - # Requires the build job results - needs: test runs-on: ubuntu-latest steps: - name: Download artifact |
