Skip to content

Commit

Permalink
fix: docs release ci setup (AztecProtocol#6159)
Browse files Browse the repository at this point in the history
The previous image being used to deploy docs did not have the
appropriate dependencies.
  • Loading branch information
just-mitch authored May 2, 2024
1 parent 7794d78 commit 6d5cfe6
Showing 1 changed file with 16 additions and 2 deletions.
18 changes: 16 additions & 2 deletions .github/workflows/publish-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,26 @@ on:
workflow_dispatch:
inputs:
tag:
description: The tag to build from (leave empty to build a nightly release from master)
description: The tag to build from.
required: true

jobs:
setup:
uses: ./.github/workflows/setup-runner.yml
with:
runner_label: master
ebs_cache_size_gb: 256
runner_concurrency: 20
subaction: ${{ inputs.runner_action || 'start' }}
ec2_instance_type: i4i.32xlarge m6a.32xlarge m6i.32xlarge m6id.32xlarge m6idn.32xlarge m6in.32xlarge m7a.32xlarge r6a.32xlarge r6i.32xlarge r6id.32xlarge
ec2_ami_id: ami-04d8422a9ba4de80f
ec2_spot_instance_strategy: BestEffort
ec2_instance_ttl: 40 # refreshed by jobs
secrets: inherit

publish:
runs-on: ubuntu-latest
needs: setup
runs-on: master
steps:
- uses: actions/checkout@v4
with:
Expand Down

0 comments on commit 6d5cfe6

Please sign in to comment.