Skip to content

Commit

Permalink
syntax error fix
Browse files Browse the repository at this point in the history
  • Loading branch information
dskvr committed Jan 28, 2024
1 parent 8cb2bee commit 94af3a7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ on:
- completed

jobs:

build:
runs-on: ubuntu-latest
permissions:
Expand Down Expand Up @@ -36,7 +37,8 @@ jobs:
uses: actions/upload-pages-artifact@v2
with:
name: 'github-pages'
path: './dist'jo
path: './dist'

deploy:
runs-on: ubuntu-latest
needs: build
Expand Down

0 comments on commit 94af3a7

Please sign in to comment.