Skip to content

Commit

Permalink
Use latest GitHub Action versions from main branch
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 c7a2d97 commit 00d58db
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
uses: actions/checkout@main
- name: Setup Pages
uses: actions/configure-pages
uses: actions/configure-pages@main
- name: Build
run: kotlinc *.kt -d .jar && kotlin -classpath .jar MainKt > _site/index.html
- name: Upload artifact
uses: actions/upload-pages-artifact
uses: actions/upload-pages-artifact@main

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

0 comments on commit 00d58db

Please sign in to comment.