Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/g1j0shi/swift-doc-deployment
Deploys the Swift documentation to GitHub pages.
https://github.com/g1j0shi/swift-doc-deployment
deployment githib-pages github-actions publishing swift
Last synced: 3 days ago
JSON representation
Deploys the Swift documentation to GitHub pages.
- Host: GitHub
- URL: https://github.com/g1j0shi/swift-doc-deployment
- Owner: G1J0SHI
- Created: 2025-01-04T15:08:38.000Z (14 days ago)
- Default Branch: main
- Last Pushed: 2025-01-04T15:25:51.000Z (14 days ago)
- Last Synced: 2025-01-04T16:20:50.018Z (14 days ago)
- Topics: deployment, githib-pages, github-actions, publishing, swift
- Homepage: https://github.com/marketplace/actions/swift-doc-deployment
- Size: 4.88 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# GitHub Action
## Swift Doc Deployment
### Deploys the Swift documentation to GitHub pages.
#### Usage
```yml
name: "Swift Doc Deployment"on: [push]
jobs:
build:
runs-on: macos-lateststeps:
- uses: actions/checkout@main
- uses: g1j0shi/swift-doc-deployment@main
```#### Input
```yml
...
- uses: g1j0shi/swift-doc-deployment@main
with:
target: "SwiftPackage" # The Swift package target to generate documentation for.
branch: "gh-pages" # The branch where the documentation will be deployed.
```