add instructions on how to load and use DAST #78
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: Centralized book generation | |
on: | |
push: | |
branches: [ main ] | |
pull_request: | |
branches: [ main ] | |
# Allows you to run this workflow manually from the Actions tab | |
workflow_dispatch: | |
jobs: | |
build: | |
uses: SquareBracketAssociates/BookBuilderDashboard/.github/workflows/main.yml@master | |
with: | |
bookname: tpd-wip | |