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