Marquer le repo comme obsolète (contenu scindé en 3 IGs dédiés) (#180) #970
This file contains hidden or 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: Workflow CI-build (GitHub pages) | |
| on: | |
| workflow_call: | |
| push: | |
| workflow_dispatch: | |
| jobs: | |
| run-sushi-tests_gitHubPages: | |
| runs-on: ubuntu-latest | |
| # container: | |
| # image: ghcr.io/ansforge/fhir-ig-builder:latest | |
| steps: | |
| - uses: actions/checkout@v3 | |
| with: | |
| path: igSource | |
| - uses: ansforge/IG-workflows@main | |
| with: | |
| repo_ig: "./igSource" | |
| github_page: "true" | |
| github_page_token: ${{ secrets.GITHUB_TOKEN }} | |
| bake: "false" | |
| validator_cli: "false" | |
| generate_testscript: "false" | |
| generate_plantuml: "false" | |
| container_mode: "false" | |
| timing: "true" |