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 57b7fcf commit bdc6d4eCopy full SHA for bdc6d4e
.github/workflows/pages.yml
@@ -16,8 +16,9 @@ jobs:
16
- name: Install and Build 🔧 # This example project is built using npm and outputs the result to the 'build' folder.
17
working-directory: web/ahnlich-web
18
run: |
19
- npm ci --legacy-peer-deps
20
- npm run build
+ npm install -g yarn
+ yarn ci --legacy-peer-deps
21
+ yarn run build
22
touch build/.nojekyll
23
echo "ahnlich.tech" >> build/CNAME
24
0 commit comments