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 59adb8dCopy full SHA for 59adb8d
.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@0987d508873cd3e090742df0e9658cc13f7bb963
30
with:
31
branch: library
32
folder: dist/scully-plugin-esa/
0 commit comments