Skip to content
This repository has been archived by the owner on Oct 22, 2023. It is now read-only.

Commit

Permalink
Fix issue publishing docs to GitHub Pages.
Browse files Browse the repository at this point in the history
See actions/deploy-pages#9 for an
explanation of this.
  • Loading branch information
charleskorn committed Jul 23, 2022
1 parent e7b29ba commit 2ab7d64
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -380,7 +380,12 @@ jobs:
id-token: write
pages: write

environment:
name: github-pages
url: ${{ steps.publish.outputs.page_url }}

steps:
- name: Publish documentation to GitHub Pages
id: publish
uses: actions/deploy-pages@v1.0.6
# TODO: if: github.repository == 'batect/docker-client' && startsWith(github.ref, 'refs/tags/') && github.event_name == 'push'

0 comments on commit 2ab7d64

Please sign in to comment.