Skip to content

Commit

Permalink
Merge pull request #1 from emorydunn/actions
Browse files Browse the repository at this point in the history
Actions
  • Loading branch information
emorydunn authored Jul 27, 2020
2 parents c383956 + c27ec51 commit 95514d3
Show file tree
Hide file tree
Showing 112 changed files with 36 additions and 45,216 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/jazzy.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: PublishDocumentation
on:
release:
types: [published]
jobs:
deploy_docs:
runs-on: macOS-latest
steps:
- uses: actions/checkout@v1
- name: Publish Jazzy Docs
uses: steven0351/publish-jazzy-docs@v1
with:
personal_access_token: ${{ secrets.ACCESS_TOKEN }}
config: .jazzy.yaml
19 changes: 19 additions & 0 deletions .github/workflows/swift.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
name: Swift

on:
push:
branches: [ main ]
pull_request:
branches: [ main ]

jobs:
build:

runs-on: macos-latest

steps:
- uses: actions/checkout@v2
- name: Build
run: swift build -v
- name: Run tests
run: swift test -v
3 changes: 3 additions & 0 deletions .jazzy.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
author_url: http://emorydunn.com
author: Emory Dunn
github_url: https://github.com/emorydunn/SwiftGraphics
Loading

0 comments on commit 95514d3

Please sign in to comment.