Skip to content

Commit

Permalink
Use latest action versions
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 2d0c093 commit c7a2d97
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,13 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
uses: actions/checkout
- name: Setup Pages
uses: actions/configure-pages@v5
uses: actions/configure-pages
- name: Build
run: kotlinc *.kt -d .jar && kotlin -classpath .jar MainKt > _site/index.html
- name: Upload artifact
uses: actions/upload-pages-artifact@v3
uses: actions/upload-pages-artifact

# Deployment job
deploy:
Expand All @@ -45,4 +45,4 @@ jobs:
steps:
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v4
uses: actions/deploy-pages

0 comments on commit c7a2d97

Please sign in to comment.