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 8640765 commit be8913cCopy full SHA for be8913c
.github/workflows/gh-pages.yml
@@ -26,13 +26,15 @@ jobs:
26
node-version: 22
27
cache: 'npm'
28
cache-dependency-path: package-lock.json
29
+ registry-url: 'https://npm.pkg.github.com/'
30
- name: Install Tools
31
run: npm install -g postcss-cli autoprefixer
32
- name: NPM install
33
run: |
34
npm config set "@skymatic:registry" https://npm.pkg.github.com/
- npm config set '//npm.pkg.github.com/:_authToken' "${{ secrets.FONTAWESOME_AUTH_TOKEN }}"
35
- npm install
+ npm ci --ignore-scripts
36
+ env:
37
+ NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
38
- name: Build
39
run: hugo
40
- name: Upload artifact
0 commit comments