Add render_mode attribute to gym class, add optional splash screen, f… #14
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
name: docs-rebuild-deploy | |
on: | |
push: | |
branches: | |
- main | |
- release-2.1 | |
jobs: | |
docs-rebuild-deploy: | |
runs-on: ubuntu-22.04 | |
permissions: write-all | |
steps: | |
- name: Repository Dispatch | |
run: | | |
curl -H "Accept: application/vnd.github.everest-preview+json" \ | |
-H "Authorization: token ${{ secrets.ALEXPALMS_DOCS_TOKEN }}" \ | |
--request POST \ | |
--data '{"event_type": "rebuild-deploy", "client_payload": {}}' https://api.github.com/repos/diambra/docs/dispatches | |