Skip to content

Commit

Permalink
Docs writer II
Browse files Browse the repository at this point in the history
  • Loading branch information
karurochari committed Dec 17, 2024
1 parent 59eaed5 commit 625f78e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,12 @@ jobs:
python3-pip \
python3-setuptools
python3 -m pip install mkdocs mkdocs-github-admonitions-plugin mkdocs-get-deps
mkdir dist
doxygen
mkdocs
- name: Deploy
run: |
git remote set-url origin https://git:${GITHUB_TOKEN}@github.com/${GITHUB_REPOSITORY}.git
gh-pages -d dist -e . -u \"github-actions-bot <[email protected]>\"
gh-pages -d dist -e . -u "github-actions-bot <[email protected]>"
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 625f78e

Please sign in to comment.