Skip to content

Commit

Permalink
Updated docs action to use latest ubuntu
Browse files Browse the repository at this point in the history
Signed-off-by: Thomas Kosiewski <[email protected]>
  • Loading branch information
Thomas Kosiewski committed Aug 14, 2023
1 parent 6c9b797 commit 3324368
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,13 @@ env:

jobs:
run:
runs-on: ubuntu-18.04
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Use Node.js
uses: actions/setup-node@v2
with:
node-version: '14'
node-version: "14"
- name: Build Docs
run: |
yarn
Expand Down Expand Up @@ -63,4 +63,4 @@ jobs:
then
netlify deploy --auth=$NETLIFY_ACCESS_TOKEN --site=$NETLIFY_SITE_ID --dir=$OUT_DIR --prod
fi
working-directory: ./docs
working-directory: ./docs

0 comments on commit 3324368

Please sign in to comment.