Merge pull request #148 from Skyscanner/trusted-publishers #166
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: Test Docs | |
on: push | |
jobs: | |
build: | |
runs-on: ubuntu-latest | |
name: Test Docs | |
steps: | |
- uses: actions/checkout@v4 | |
- name: Setup python | |
uses: actions/setup-python@v5 | |
with: | |
python-version: 3.9 | |
- run: make install-docs | |
- run: make test-docs |