Skip to content

Commit

Permalink
update docs workflow: add CNAME
Browse files Browse the repository at this point in the history
  • Loading branch information
slobentanzer committed Feb 1, 2024
1 parent cdeb1fc commit 3fa797e
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,15 @@ jobs:
- name: Build
run: mkdocs build

- name: Commit files
run: |
git config --local user.email "[email protected]"
git config --local user.name "GitHub Action"
touch site/.nojekyll
echo 'biochatter.org' > site/CNAME
git add -f site/
git commit -m "Update autodoc" -a
- name: Deploy
uses: s0/git-publish-subdir-action@develop
env:
Expand Down

0 comments on commit 3fa797e

Please sign in to comment.