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

test fixing publish_docs ci action #818

Merged
merged 13 commits into from
Jul 7, 2022
6 changes: 4 additions & 2 deletions .github/workflows/publish_docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,18 @@ on:
- main
paths:
- "docs/**"

jobs:
publish_docs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: 3.9
cache: "pip"
- run: pip install -r docs/fidesops/requirements.txt
- name: Build docs
run: make docs-build
- name: Publish docs
run: mkdocs gh-deploy -v -f docs/fidesops/mkdocs.yml --force

2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ The types of changes are:
* Resolve issue with MyPy seeing files in fidesops as missing imports [#719](https://github.com/ethyca/fidesops/pull/719)
* Fixed `check-migrations` Make command [#806](https://github.com/ethyca/fidesops/pull/806)
* Fix issue requiring separate install of snowflake-connector-python [#807](https://github.com/ethyca/fidesops/pull/807)

* Fix publish_docs CI action [#818](https://github.com/ethyca/fidesops/pull/818)

## [1.6.1](https://github.com/ethyca/fidesops/compare/1.6.0...1.6.1)

Expand Down