Skip to content

Commit

Permalink
Added next docs
Browse files Browse the repository at this point in the history
  • Loading branch information
lsegurado committed Mar 19, 2024
1 parent 4ac58e2 commit a07bcda
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/update-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@ name: Update docs

on:
workflow_dispatch:
inputs:
next-branch-name:
description: "Next branch name"
default: "new-observers-v2"

jobs:
fetch_readmes:
Expand Down Expand Up @@ -40,6 +44,7 @@ jobs:
wget -O v$version.md https://raw.githubusercontent.com/michijs/michijs/v$version/README.md
fi
done
wget -O Next.md https://raw.githubusercontent.com/michijs/michijs/${{ github.event.inputs.next-branch-name }}/README.md
- name: Commit changes
uses: michijs/.github/.github/actions/commit-if-changes@main
Expand Down

0 comments on commit a07bcda

Please sign in to comment.