Skip to content

Commit

Permalink
fix: docs deployment (#635)
Browse files Browse the repository at this point in the history
* add files

* fmt

* date

* commit empty file

* commit empty files
  • Loading branch information
alethomas authored Feb 27, 2024
1 parent a4e1ea8 commit dd767b0
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,13 @@ jobs:
python-version: 3.x

- name: Update Contributing
run: cat CONTRIBUTING.md > docs/dev-guide/contributing.md
run: cat CONTRIBUTING.md > docs/contributing.md

- name: Update Changelog
run: cat CHANGELOG.md > docs/about/changelog.md
run: cat CHANGELOG.md > docs/changelog.md

- name: Update License
run: cat LICENSE > docs/about/license.md
run: cat LICENSE > docs/license.md

- name: Install Dependencies
run: pip install mkdocs-material
Expand Down
Empty file added docs/changelog.md
Empty file.
Empty file added docs/contributing.md
Empty file.
Empty file added docs/license.md
Empty file.

0 comments on commit dd767b0

Please sign in to comment.