Skip to content

Commit

Permalink
Remove Setup Pages Workflow Step
Browse files Browse the repository at this point in the history
Signed-off-by: Ryan Hilbert <[email protected]>
  • Loading branch information
RyanHilbert authored Oct 21, 2024
1 parent 00d58db commit 08362d3
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,6 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@main
- name: Setup Pages
uses: actions/configure-pages@main
- name: Build
run: kotlinc *.kt -d .jar && kotlin -classpath .jar MainKt > _site/index.html
- name: Upload artifact
Expand Down

0 comments on commit 08362d3

Please sign in to comment.