diff options
| author | Brendan F <EpicWolverine@users.noreply.github.com> | 2025-01-09 00:46:01 -0500 |
|---|---|---|
| committer | Brendan F <EpicWolverine@users.noreply.github.com> | 2025-01-09 00:46:01 -0500 |
| commit | f84b8781a04b06b4196c983498226a9fb5391d55 (patch) | |
| tree | 9840639801af3ab5700067075a6dbd8080dc566c /.github/workflows/deploy_website.yml | |
| parent | 970c8fefdada562a232146cc361c40159a873630 (diff) | |
Run checkout first
Diffstat (limited to '.github/workflows/deploy_website.yml')
| -rw-r--r-- | .github/workflows/deploy_website.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/deploy_website.yml b/.github/workflows/deploy_website.yml index 3d8b790..19bce99 100644 --- a/.github/workflows/deploy_website.yml +++ b/.github/workflows/deploy_website.yml @@ -29,6 +29,7 @@ jobs: url: ${{ steps.deployment.outputs.page_url }} runs-on: ubuntu-latest steps: + - uses: actions/checkout@v4 - uses: ./.github/actions/build.yml - name: Upload artifact uses: actions/upload-pages-artifact@v3 |
