Skip to content

Update a_tests_githubPages.yml #413

Update a_tests_githubPages.yml

Update a_tests_githubPages.yml #413

name: Workflow Tests/gitHubpages
on:
workflow_call:
push:
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
jobs:
run-gitHubPages:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
path: igSource
- uses: ansforge/IG-workflows@v0.2.0
with:
bake: "true"
nos: "true"
validator_cli: "true"
generate_plantuml : "true"
generate_mapping_plantuml : "true"
generate_testscript : "true"
repo_ig: "./igSource"
github_page: "true"
github_page_token: ${{ secrets.ANS_IG_API_TOKEN }}