docs: publish HTML documentation to Github Pages #29
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: Copywrite | |
on: | |
push: | |
branches: | |
- main | |
tags: | |
- v* | |
pull_request: {} | |
jobs: | |
copywrite: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Install copywrite | |
uses: hashicorp/setup-copywrite@v1.0.0 | |
- name: Checkout | |
uses: actions/checkout@v4 | |
- name: Validate license header compliance | |
run: copywrite headers --plan |