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 c9f6e1dCopy full SHA for c9f6e1d
.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@f43d9b3c8019422f3457a2d0cd3bb83caccc196f
30
with:
31
branch: library
32
folder: dist/scully-plugin-esa/
0 commit comments