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