Skip to content

Commit c3f7126

Browse files
sthulbleandrodamascena
authored andcommitted
chore(ci): remove GH pages action (aws-powertools#2501)
Co-authored-by: Leandro Damascena <[email protected]>
1 parent 429fd52 commit c3f7126

File tree

1 file changed

+0
-17
lines changed

1 file changed

+0
-17
lines changed

.github/workflows/reusable_publish_docs.yml

-17
Original file line numberDiff line numberDiff line change
@@ -75,23 +75,6 @@ jobs:
7575
make release-docs VERSION="$VERSION" ALIAS="$ALIAS"
7676
poetry run mike set-default --push latest
7777
78-
- name: Release API docs
79-
uses: peaceiris/actions-gh-pages@373f7f263a76c20808c831209c920827a82a2847 # v3.9.3
80-
env:
81-
VERSION: ${{ inputs.version }}
82-
with:
83-
github_token: ${{ secrets.GITHUB_TOKEN }}
84-
publish_dir: ./api
85-
keep_files: true
86-
destination_dir: ${{ env.VERSION }}/api
87-
- name: Release API docs to latest
88-
if: ${{ inputs.alias == 'latest' }}
89-
uses: peaceiris/actions-gh-pages@373f7f263a76c20808c831209c920827a82a2847 # v3.9.3
90-
with:
91-
github_token: ${{ secrets.GITHUB_TOKEN }}
92-
publish_dir: ./api
93-
keep_files: true
94-
destination_dir: latest/api
9578
- name: Configure AWS credentials
9679
uses: aws-actions/configure-aws-credentials@5fd3084fc36e372ff1fff382a39b10d03659f355
9780
with:

0 commit comments

Comments
 (0)