mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-20 10:12:06 +00:00
Sync release docs CI workflow with master
We should look into reusable workflows, really. https://docs.github.com/en/actions/using-workflows/reusing-workflows
This commit is contained in:
2
.github/workflows/create-release-docs.yml
vendored
2
.github/workflows/create-release-docs.yml
vendored
@@ -25,7 +25,7 @@ jobs:
|
||||
- name: Update pages
|
||||
working-directory: rgbds/man
|
||||
run: | # The ref appears to be in the format "refs/tags/<version>", so strip that
|
||||
../../rgbds-www/.github/actions/get-pages.sh ${GITHUB_REF##*/} *
|
||||
../../rgbds-www/maintainer/man_to_html.sh ${GITHUB_REF##*/} *
|
||||
- name: Push new pages
|
||||
working-directory: rgbds-www
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user