Skip to content

Commit

Permalink
change workflow to use ubuntu-latest
Browse files Browse the repository at this point in the history
  • Loading branch information
iCalculated committed Oct 8, 2023
1 parent da9adcb commit 1afa386
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:

jobs:
deploy:
runs-on: ubuntu-18.04
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2

Expand All @@ -20,7 +20,7 @@ jobs:
- name: Setup Hugo
uses: peaceiris/actions-hugo@v2
with:
hugo-version: '0.82.0'
hugo-version: "0.82.0"
extended: true

- name: Build
Expand All @@ -31,5 +31,5 @@ jobs:
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./public
publish_branch: master # deploying branch
publish_branch: master # deploying branch
cname: quartz.defyingentropy.ml

0 comments on commit 1afa386

Please sign in to comment.