Skip to content

Commit

Permalink
ghpages ci
Browse files Browse the repository at this point in the history
  • Loading branch information
sake92 committed Dec 11, 2023
1 parent 65e6243 commit e9384f9
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions .github/workflows/ghpages.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@

name: Deploy GhPages docs

on:
push:
branches:
- main

jobs:
build-and-deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-java@v3
with:
distribution: temurin
java-version: 11

- name: Build
run: ./mill docs.hepek

- name: Deploy
uses: JamesIves/github-pages-deploy-action@v4
with:
folder: docs/hepek_output

0 comments on commit e9384f9

Please sign in to comment.