Skip to content

Commit

Permalink
resolve conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcoDotIO committed Oct 11, 2023
1 parent ddab909 commit 30c36d9
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
name: Documentation

on:
workflow_dispatch: {}
push:
branches:
- main
paths:
- .github/workflows/documentation.yml
- Sources/**.swift

jobs:
build:
runs-on: ubuntu-latest

steps:
- uses: actions/[email protected]
- name: Generate Documentation
uses: SwiftDocOrg/[email protected]
with:
inputs: "Sources"
module-name: MyLibrary
output: "Documentation"
- name: Upload Documentation to Wiki
uses: SwiftDocOrg/[email protected]
with:
path: "Documentation"
env:
GH_PERSONAL_ACCESS_TOKEN: ${{ secrets.GH_PERSONAL_ACCESS_TOKEN }}

0 comments on commit 30c36d9

Please sign in to comment.