Skip to content

Commit 9d06e69

Browse files
committed
Merge branch 'develop'
2 parents 7215298 + 0657cd3 commit 9d06e69

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/gh-pages.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
npm config set "@skymatic:registry" https://npm.pkg.github.com/
3030
npm ci --ignore-scripts
3131
env:
32-
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
32+
NODE_AUTH_TOKEN: ${{ secrets.FONTAWESOME_AUTH_TOKEN }}
3333
- name: Build
3434
run: hugo
3535
- name: Upload artifact
@@ -52,4 +52,4 @@ jobs:
5252
uses: actions/deploy-pages@v4 # or specific "vX.X.X" version tag for this action
5353
environment: # Deploy to the github-pages environment
5454
name: github-pages
55-
url: ${{ steps.deployment.outputs.page_url }}
55+
url: ${{ steps.deployment.outputs.page_url }}

0 commit comments

Comments
 (0)