Skip to content

Commit

Permalink
Simplify Deploy 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 08362d3 commit 76f3551
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,15 +32,5 @@ jobs:
run: kotlinc *.kt -d .jar && kotlin -classpath .jar MainKt > _site/index.html
- name: Upload artifact
uses: actions/upload-pages-artifact@main

# Deployment job
deploy:
environment:
name: github-pages
url: ${{ steps.deployment.outputs.page_url }}
runs-on: ubuntu-latest
needs: build
steps:
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@main

0 comments on commit 76f3551

Please sign in to comment.