Skip to content

Commit

Permalink
Remove wiki docs (#112)
Browse files Browse the repository at this point in the history
  • Loading branch information
MortenGregersen committed Dec 1, 2023
1 parent 6f351fa commit d924fec
Showing 1 changed file with 2 additions and 20 deletions.
22 changes: 2 additions & 20 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,34 +10,16 @@ jobs:
name: Documentation for Pages
runs-on: macos-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Install sourcekitten
run: brew install sourcekitten
- name: Generate Documentation for Pages
run: ./Documentation/generate_docs.sh
- name: Add CNAME
run: echo -n fluxor.dev > docs/CNAME
- name: Upload to GitHub Pages
uses: crazy-max/ghaction-github-pages@v2
uses: crazy-max/ghaction-github-pages@v4
with:
build_dir: "docs"
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
wiki:
name: Documentation for Wiki
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Generate Documentation for Wiki
uses: SwiftDocOrg/swift-doc@master
with:
inputs: "Sources"
format: "commonmark"
module-name: Fluxor
output: "wiki-output"
- name: Upload to Wiki
uses: SwiftDocOrg/github-wiki-publish-action@v1
with:
path: "wiki-output"
env:
GH_PERSONAL_ACCESS_TOKEN: ${{ secrets.GH_PERSONAL_ACCESS_TOKEN }}

0 comments on commit d924fec

Please sign in to comment.