Skip to content

Commit

Permalink
docs(docs): Use the published versions from Catalyst-CI
Browse files Browse the repository at this point in the history
  • Loading branch information
stevenj committed Nov 8, 2023
1 parent 46f3418 commit 3e87a84
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ permissions:

jobs:
ci:
uses: input-output-hk/catalyst-ci/.github/workflows/pages.yml@feat/docs3
uses: input-output-hk/catalyst-ci/.github/workflows/pages.yml@v2.0.5
with:
aws_role_arn: arn:aws:iam::332405224602:role/ci
aws_region: eu-central-1
Expand Down
6 changes: 3 additions & 3 deletions docs/Earthfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ VERSION 0.7
# Copy all the source we need to build the docs
src:
# Common src setup
DO github.com/input-output-hk/catalyst-ci/earthly/docs:feat/docs3+SRC
DO github.com/input-output-hk/catalyst-ci/earthly/docs:v2.0.5+SRC

# Now copy into that any artifacts we pull from the builds.
COPY --dir ../+repo-docs/repo /docs/includes
Expand All @@ -15,12 +15,12 @@ src:
docs:
FROM +src

DO github.com/input-output-hk/catalyst-ci/earthly/docs:feat/docs3+BUILD
DO github.com/input-output-hk/catalyst-ci/earthly/docs:v2.0.5+BUILD

# Make a locally runable container that can serve the docs.
local:
# Build a self contained service to show built docs locally.
DO github.com/input-output-hk/catalyst-ci/earthly/docs:feat/docs3+PACKAGE
DO github.com/input-output-hk/catalyst-ci/earthly/docs:v2.0.5+PACKAGE

# Copy the static pages into the container
COPY +docs/ /usr/share/nginx/html
Expand Down

0 comments on commit 3e87a84

Please sign in to comment.