Skip to content

Commit

Permalink
update github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
paradajz committed Oct 15, 2023
1 parent be3473f commit 975824f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
jobs:
deploy:
name: Deploy configurator
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
steps:
- name: Checkout repository
uses: actions/checkout@v2
Expand All @@ -18,7 +18,7 @@ jobs:
run: |
sudo apt-get update
sudo apt-get install --no-install-recommends \
yarn
yarn hub
- name: Build and deploy configurator
run: |
git config --global user.name "webui_bot"
Expand All @@ -32,7 +32,7 @@ jobs:
git push https://github.com/shanteacontrols/OpenDeckUI gh-pages
release:
name: Create new release
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
steps:
- name: Checkout repository
uses: actions/checkout@v2
Expand Down

0 comments on commit 975824f

Please sign in to comment.