Skip to content

Commit

Permalink
ci: correct build path
Browse files Browse the repository at this point in the history
  • Loading branch information
LayZeeDK committed Sep 3, 2021
1 parent 27eb7ad commit 0430b81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/website.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
uses: actions/upload-artifact@v2
with:
name: ${{ env.website-package-name }}
path: ./build/rxjs-fundamentals-course
path: ./build
if-no-files-found: error

deploy:
Expand Down

0 comments on commit 0430b81

Please sign in to comment.