blob: 7fecf8fa3c899d5ff162334419be256bb4d3168e [file] [log] [blame]
Davide Pesavento3c7f6452021-10-02 04:06:26 -04001name: Docs
2on:
3 push:
Davide Pesavento3c7f6452021-10-02 04:06:26 -04004 workflow_dispatch:
Davide Pesavento7228e532023-02-18 02:26:45 -05005 inputs:
6 skip-deploy:
7 description: 'Skip deployment?'
8 required: true
9 type: boolean
Davide Pesavento3c7f6452021-10-02 04:06:26 -040010
Davide Pesavento7228e532023-02-18 02:26:45 -050011permissions: {}
Davide Pesavento3c7f6452021-10-02 04:06:26 -040012
13jobs:
Davide Pesavento7228e532023-02-18 02:26:45 -050014 html:
15 uses: named-data/actions/.github/workflows/docs-html.yml@v1
16 with:
17 # Deploy the 'new' branch as 'latest'
18 deploy: ${{ !inputs.skip-deploy && github.ref == 'refs/heads/new' }}
19 project: NAC
20 version: latest
21 secrets: inherit