Skip to content

Commit

Permalink
#8534: Revert the wrapper to previous value
Browse files Browse the repository at this point in the history
  • Loading branch information
dimitri-tenstorrent committed Oct 2, 2024
1 parent a254be4 commit 1e01dfb
Showing 1 changed file with 7 additions and 12 deletions.
19 changes: 7 additions & 12 deletions .github/workflows/docs-latest-public-wrapper.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,21 +2,16 @@ name: "[post-commit] Docs build and deploy to GitHub pages on main"

on:
workflow_dispatch:

jobs:
# build-docker-artifact:
# uses: ./.github/workflows/build-docker-artifact.yaml
# secrets: inherit
build-docker-artifact:
uses: ./.github/workflows/build-docker-artifact.yaml
secrets: inherit
build-artifact:
# needs: build-docker-artifact
needs: build-docker-artifact
uses: ./.github/workflows/build-artifact.yaml
secrets: inherit
# build-docs:
# needs: build-artifact
# uses: ./.github/workflows/docs-latest-public.yaml
# secrets: inherit
release-docs:
build-docs:
needs: build-artifact
uses: ./.github/workflows/docs-release.yaml
with:
version: v0.52.0
uses: ./.github/workflows/docs-latest-public.yaml
secrets: inherit

0 comments on commit 1e01dfb

Please sign in to comment.