Skip to content

Commit

Permalink
Update www.yml (#11)
Browse files Browse the repository at this point in the history
  • Loading branch information
tgymnich authored Mar 28, 2023
1 parent 63ce8aa commit dd0eb47
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/www.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,11 @@ on:

jobs:
deploy:
runs-on: ubuntu-18.04
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
with:
submodules: true # Fetch Hugo themes (true OR recursive)
fetch-depth: 0 # Fetch all history for .GitInfo and .Lastmod

- name: Setup Hugo
uses: peaceiris/actions-hugo@v2
Expand Down

0 comments on commit dd0eb47

Please sign in to comment.