Skip to content

Commit

Permalink
chore: call deploy-to-gha interactively
Browse files Browse the repository at this point in the history
  • Loading branch information
xmatthias committed Aug 3, 2024
1 parent 2fb8a55 commit ac7f722
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/deploy-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,3 +50,6 @@ jobs:
run: |
mike deploy ${{ github.ref_name }} stable --push --update-aliases
- name: Deploy to GHA
uses: ./.github/workflows/deploy-to-gha.yml

3 changes: 3 additions & 0 deletions .github/workflows/deploy-to-gha.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
push:
branches: ["gh-pages"]
workflow_dispatch:
workflow_call:

# Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages
permissions:
Expand All @@ -27,6 +28,8 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4
with:
ref: gh-pages

- name: Setup Pages
uses: actions/configure-pages@v5
Expand Down

0 comments on commit ac7f722

Please sign in to comment.