Skip to content

Commit

Permalink
ci: switch to ubuntu-latest
Browse files Browse the repository at this point in the history
  • Loading branch information
navn-r committed Apr 21, 2023
1 parent cfc0ad0 commit e678226
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:

jobs:
deploy:
runs-on: ubuntu-18.04
runs-on: ubuntu-latest
steps:
- name: Checkout Pages Branch
uses: actions/checkout@v2
Expand All @@ -30,12 +30,12 @@ jobs:
cd ./content &&
rm -f starter.tex &&
mv README.md _index.md &&
sed -i '{1d;8d;9s@.*@# Home@}' _index.md
sed -i '{1d;8d;9s@.*@# Home@}' _index.md
- name: Setup Hugo
uses: peaceiris/actions-hugo@v2
with:
hugo-version: "latest"
hugo-version: 'latest'
extended: true

- uses: actions/cache@v2
Expand Down

0 comments on commit e678226

Please sign in to comment.