Skip to content

Commit

Permalink
Fix YAML Syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
bash committed Jan 27, 2024
1 parent d2892c1 commit b83b89e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,10 @@ jobs:

- name: Upload Pages artifact
uses: actions/upload-pages-artifact@v3
path: public
with:
path: public

deploy:
deploy:
needs: build
if: github.ref_name == 'main'

Expand Down

0 comments on commit b83b89e

Please sign in to comment.