Skip to content
This repository has been archived by the owner on Nov 5, 2024. It is now read-only.

remove debug prints #155

remove debug prints

remove debug prints #155

Workflow file for this run

name: CI-docs
on:
push:
branches: [ "develop" ]
#paths: ['docs/**']
pull_request:
branches: [ "develop" ]
#paths: ['docs/**']
env:
BRANCH: develop
jobs:
build:
runs-on: ubuntu-latest
# Placeholder for Docker on our Amazon AWS Runner
#container:
# image: ubuntu-latest
# options: --user 1000
steps:
- name : dispatch
if: always()
run: |
curl -L -X POST \
-H "Accept:application/vnd.github+json" \
-H "Authorization:token ${{ secrets.CI_TOKEN }}" \
-H "X-GitHub-Api-Version:2022-11-28" \
https://api.github.com/repos/dtcc-platform/dtcc/actions/workflows/ci-docs.yml/dispatches \
-d '{"ref":"develop"}'