From e2959004c132f87b876e7b08ed3b2c3eb99622bf Mon Sep 17 00:00:00 2001 From: just-mitch <68168980+just-mitch@users.noreply.github.com> Date: Thu, 2 May 2024 11:27:58 -0600 Subject: [PATCH] fix: set up the ci runner for doc deployment (#6160) Please read [contributing guidelines](CONTRIBUTING.md) and remove this line. --- .github/workflows/publish-docs.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/publish-docs.yml b/.github/workflows/publish-docs.yml index 1a0abf601eb..a2b9d45724e 100644 --- a/.github/workflows/publish-docs.yml +++ b/.github/workflows/publish-docs.yml @@ -27,6 +27,10 @@ jobs: - uses: actions/checkout@v4 with: ref: ${{ inputs.tag || env.GITHUB_REF }} + - uses: ./.github/ci-setup-action + with: + dockerhub_password: "${{ secrets.DOCKERHUB_PASSWORD }}" + concurrency_key: docs-preview-${{ inputs.username || github.actor }}-x86 - timeout-minutes: 25 run: earthly --no-output ./docs/+deploy-prod --NETLIFY_AUTH_TOKEN=${{ secrets.NETLIFY_AUTH_TOKEN }} --NETLIFY_SITE_ID=${{ secrets.NETLIFY_SITE_ID }}