-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
3 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -21,7 +21,6 @@ concurrency: | |
jobs: | ||
build: | ||
runs-on: ubuntu-latest | ||
if: github.ref != 'refs/heads/gh-pages' | ||
steps: | ||
- uses: actions/checkout@v4 | ||
with: | ||
|
@@ -54,7 +53,7 @@ jobs: | |
PUSH_TOKEN: ${{ secrets.GH_DEPLOY_PUSH_TOKEN }} | ||
run: | | ||
make deploy RELEASE=dev ALIAS=master | ||
git push https://[email protected]/${{ github.repository }} gh-pages | ||
git push https://[email protected]/${{ github.repository }} publish | ||
- name: Setup tmate session for debug | ||
if: ${{ failure() && github.event_name == 'workflow_dispatch' && inputs.debug_enabled }} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ name: Publish docs | |
on: | ||
push: | ||
branches: | ||
- gh-pages | ||
- publish | ||
workflow_dispatch: | ||
inputs: | ||
debug_enabled: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
6b43e46
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🎉 Published on https://docs.githedgehog.com as production
🚀 Deployed on https://65403663c9cac112fc428ad8--hedgehog-docs.netlify.app