Skip to content

Commit

Permalink
attempt auto docs trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
pirog committed Dec 3, 2024
1 parent 1cbc972 commit 6cd5032
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/deploy-npm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,3 +74,12 @@ jobs:
fi
env:
NODE_AUTH_TOKEN: ${{ secrets.npm-token }}
- name: Trigger docs builds
if: github.event.release.target_commitish == 'edge'
run: |
git clone https://github.com/lando/core.git core
cd core
git config user.name "rtfm-47"
git config user.email "[email protected]"
git commit -m "auto docs release ${{ github.event.release.tag_name }} triggered by @rtfm-47" --allow-empty
git push https://x-access-token:${{ secrets.github-token }}@github.com/lando/core.git main
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
## {{ UNRELEASED_VERSION }} - [{{ UNRELEASED_DATE }}]({{ UNRELEASED_LINK }})

* This release has no new content it is just a test of dual branch developmebt and `edge` branch release deployment

## v3.24.0-alpha.1 - [December 3, 2024](https://github.com/lando/core/releases/tag/v3.24.0-alpha.1)

* This release has no new content it is just a test of dual branch developmebt and `edge` branch release deployment
Expand Down
1 change: 1 addition & 0 deletions docs/services/lando-3.md
Original file line number Diff line number Diff line change
Expand Up @@ -465,3 +465,4 @@ In this example the container will boot as `root` do the Lando things it needs t

Almost all of the [core tests](https://github.com/lando/core/tree/main/examples) use this service.

HELLO THERE!

0 comments on commit 6cd5032

Please sign in to comment.