Fix action builds (#6) #14
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: docs | |
on: | |
push: | |
branches: [main] | |
jobs: | |
build: | |
runs-on: macos-latest | |
steps: | |
- uses: actions/checkout@v2 | |
- name: Run Jazzy | |
uses: swiftpackages/[email protected] | |
with: | |
args: --module_version main --github_file_prefix https://github.com/swiftpackages/DotEnv/tree/main --output docs/main | |
personal_access_token: ${{ github.actor }}:${{ secrets.GITHUB_TOKEN }} |