Skip to content

Commit

Permalink
Update publish_github_pages.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
JervenBolleman authored Jun 25, 2024
1 parent d088536 commit fabd994
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/publish_github_pages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,12 @@ on:

workflow_dispatch:

jobs
publish_html
- uses: actions/setup-java@v4
jobs:
publish_html:
name: "publish html"
runs-on: ubuntu-latest
steps:
- uses: actions/setup-java@v4
with:
distribution: 'temurin'
java-version: '21'
Expand Down

0 comments on commit fabd994

Please sign in to comment.