Skip to content

Commit

Permalink
Fixed outdated github action
Browse files Browse the repository at this point in the history
  • Loading branch information
rosalinekarr committed Mar 26, 2024
1 parent 8d43c9e commit 77251a7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,15 @@ on:

jobs:
deploy:
runs-on: ubuntu-20.04
runs-on: ubuntu-latest
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
steps:
- name: Checkout
uses: actions/checkout@v2

- name: Build
uses: jzweifel/gatsby-cli-github-action@master
uses: fweinaug/gatsby-cli-github-action@master
with:
gatsby-arg: build

Expand Down

0 comments on commit 77251a7

Please sign in to comment.