Skip to content

Commit

Permalink
docs: move documentation to wiki
Browse files Browse the repository at this point in the history
  • Loading branch information
saecki committed Nov 29, 2023
1 parent 3d7926d commit cae430d
Show file tree
Hide file tree
Showing 9 changed files with 1,248 additions and 753 deletions.
9 changes: 8 additions & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,14 @@ jobs:
with:
file_pattern: README.md doc/crates.txt
commit_message: "chore: generate docs"


- name: Upload Documentation to Wiki
uses: SwiftDocOrg/github-wiki-publish-action@v1
with:
path: "Documentation"
env:
GH_PERSONAL_ACCESS_TOKEN: ${{ secrets.GITHUB_TOKEN }}

test:
runs-on: ubuntu-latest
steps:
Expand Down
Loading

0 comments on commit cae430d

Please sign in to comment.