Skip to content

Commit

Permalink
Update github-pages.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
limjh16 committed Jul 4, 2024
1 parent 0031198 commit b886dc5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/github-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ on:

jobs:
github-pages:
runs-on: ubuntu-16.04
runs-on: ubuntu-latest
steps:
- name: 📂 setup
uses: actions/checkout@v2
uses: actions/checkout@v4
with:
fetch-depth: "0"
submodules: true
Expand All @@ -38,7 +38,7 @@ jobs:
assets/reveal.js/**
- name: 🚀 deploy
uses: peaceiris/actions-gh-pages@v3
uses: peaceiris/actions-gh-pages@v4
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./_site
Expand Down

0 comments on commit b886dc5

Please sign in to comment.