Skip to content

Commit

Permalink
Version v1.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
clemense committed Nov 19, 2024
1 parent 43715d6 commit 40e694e
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/trigger_docs.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: Trigger Docs Workflow

on:
push:
branches:
- main
workflow_dispatch: # Allow manual triggering of this workflow

jobs:
trigger-repo-a:
runs-on: ubuntu-latest

steps:
- name: Trigger Docs Workflow
run: |
curl -X POST \
-H "Accept: application/vnd.github.v3+json" \
-H "Authorization: token ${{ secrets.DOCS_REPO_PAT }}" \
https://api.github.com/repos/scene-synthesizer/scene-synthesizer.github.io/actions/workflows/publish.yml/dispatches \
-d '{"ref":"main"}'
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
[![PyPI version](https://badge.fury.io/py/scene-synthesizer.svg)](https://badge.fury.io/py/scene-synthesizer)
[![Static Badge](https://img.shields.io/badge/docs-passing-brightgreen)](https://scene-synthesizer.github.io/)
[![Static Badge](https://img.shields.io/badge/arXiv-preprint-D12424)](https://drive.google.com/file/d/1fewL5ezXhlICAv_BNqyLe5YjaXAbXH2Y/view?usp=sharing)

# scene_synthesizer

A python package to generate manipulation scenes.
Expand Down

0 comments on commit 40e694e

Please sign in to comment.