We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 56c22bc commit 93cab93Copy full SHA for 93cab93
.github/workflows/build-lib.yml
@@ -26,7 +26,7 @@ jobs:
26
REPOSITORY_NAME=$(echo '${{ github.repository }}' | awk -F '/' '{print $2}')
27
npm run ng build -- scully-plugin-esa
28
- name: Upload library to library branch
29
- uses: JamesIves/github-pages-deploy-action@ba1486788b0490a235422264426c45848eac35c6
+ uses: JamesIves/github-pages-deploy-action@1fdcf73cea39ff2509b0a6247d654394174f37d8
30
with:
31
branch: library
32
folder: dist/scully-plugin-esa/
0 commit comments