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 e9384f9 commit 092e6bb
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/ghpages.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@

name: Deploy GhPages docs

name: Deploy GhPages
on:
push:
branches:
- main

permissions:
contents: write
jobs:
build-and-deploy:
runs-on: ubuntu-latest
Expand All @@ -15,10 +15,8 @@ jobs:
with:
distribution: temurin
java-version: 11

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

- name: Deploy
uses: JamesIves/github-pages-deploy-action@v4
with:
Expand Down

0 comments on commit 092e6bb

Please sign in to comment.