Skip to content

Commit

Permalink
Update deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
neon-izm committed Aug 20, 2023
1 parent 93cf2d1 commit 75f976d
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,15 @@ on:
jobs:
deploy:

runs-on: ubuntu-18.04
runs-on: ubuntu-latest
defaults:
run:
working-directory: website

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
with:
submodules: true
- name: git config
run: |
git config --global user.email "jj.y0sh1da@gmail.com"
Expand Down

0 comments on commit 75f976d

Please sign in to comment.