Skip to content

Commit

Permalink
Merge pull request #33 from byteskeptical/gh-pages
Browse files Browse the repository at this point in the history
Doc Deploy
  • Loading branch information
byteskeptical committed May 11, 2023
2 parents 7e0d813 + 739a55e commit 3336e56
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/document.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ on:
branches: [root]
types: [completed]
workflows: [Test]
permissions:
contents: write

jobs:
pages:
Expand Down Expand Up @@ -35,5 +37,5 @@ jobs:
with:
publish_branch: gh-pages
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: _build/
publish_dir: docs/_build/html/
force_orphan: true
Empty file removed docs/.nojekyll
Empty file.

0 comments on commit 3336e56

Please sign in to comment.