Skip to content
This repository has been archived by the owner on Apr 20, 2024. It is now read-only.

Commit

Permalink
Migrate to the new GitHub Actions yml syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
emarashliev committed Sep 17, 2019
1 parent e3c8a74 commit 3f020bd
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/main.workflow

This file was deleted.

17 changes: 17 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
on: release
name: Auto docs
jobs:
jazzyDocs:
name: Jazzy docs
runs-on: ubuntu-18.04
steps:
- uses: actions/checkout@master
- name: Generate docs
uses: nodes-vapor/github-actions/actions/jazzy-docs@develop
with:
target: Paginator
commit_msg: Update Jazzy docs
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
SOURCEKITTEN_REVISION: 0.24.0
JAZZY_VERSION: 0.10.0

0 comments on commit 3f020bd

Please sign in to comment.