From f84b8781a04b06b4196c983498226a9fb5391d55 Mon Sep 17 00:00:00 2001 From: Brendan F Date: Thu, 9 Jan 2025 00:46:01 -0500 Subject: Run checkout first --- .github/workflows/build_website.yml | 1 + .github/workflows/deploy_website.yml | 1 + 2 files changed, 2 insertions(+) (limited to '.github/workflows') diff --git a/.github/workflows/build_website.yml b/.github/workflows/build_website.yml index 82e3b25..5f765da 100644 --- a/.github/workflows/build_website.yml +++ b/.github/workflows/build_website.yml @@ -9,4 +9,5 @@ jobs: build: runs-on: ubuntu-latest steps: + - uses: actions/checkout@v4 - uses: ./.github/actions/build.yml 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 -- cgit v1.2.3