We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a6bbed7 commit 57ec52dCopy full SHA for 57ec52d
.github/workflows/main.yml
@@ -42,7 +42,7 @@ jobs:
42
run: mkdir -p static/api/development && curl https://raw.githubusercontent.com/owncast/owncast/master/doc/api/index.html > static/api/development/index.html
43
44
- name: Generate project roadmap
45
- run: cd scripts && ./build-roadmap --accessToken ${{ secrets.GITHUB_TOKEN }} --milestone 27 > ../content/roadmap/index.html
+ run: cd scripts && ./build-roadmap --accessToken ${{ secrets.GITHUB_TOKEN }} --milestone 28 > ../content/roadmap/index.html
46
47
- name: Commit changes
48
0 commit comments