Skip to content

Commit

Permalink
Github Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
joshtynjala committed Jan 16, 2024
1 parent b2deb92 commit 897d5c3
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: CI
on: [push, pull_request]

jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Build
run: |
npx honkit build
- uses: actions/upload-artifact@v3
with:
name: openfl-developers-guide
path: _book
if-no-files-found: error

0 comments on commit 897d5c3

Please sign in to comment.