Skip to content

Commit c7d1280

Browse files
author
Philipp Karlsson
committed
simplify pipeline
1 parent 679b4cd commit c7d1280

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/release-package.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,10 @@ jobs:
3030
run: npm run build
3131

3232
- name: deploy Showcase to Github Pages
33-
working-directory: ./showcase
3433
uses: JamesIves/[email protected]
3534
with:
3635
branch: docs
37-
folder: build
36+
folder: showcase/build
3837
single-commit: true
3938
#
4039
# build-library:

0 commit comments

Comments
 (0)