Anxhelo Lushka
8 months ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
3 additions and
0 deletions
-
.github/workflows/deploy.yml
|
@ -50,6 +50,9 @@ jobs: |
|
|
- name: Build Hugo site |
|
|
- name: Build Hugo site |
|
|
run: ./hugo -d public |
|
|
run: ./hugo -d public |
|
|
|
|
|
|
|
|
|
|
|
- name: Create CNAME file |
|
|
|
|
|
run: echo 'ura.design' > public/CNAME |
|
|
|
|
|
|
|
|
- name: Remove unwanted files |
|
|
- name: Remove unwanted files |
|
|
run: | |
|
|
run: | |
|
|
find public/de public/en -type d \( -name authors -o -name filters -o -name services -o -name testimonials -o -name source -o -name tags -o -name labs -o -name opentechfund -o -name otfhelp \) -exec rm -rf {} + |
|
|
find public/de public/en -type d \( -name authors -o -name filters -o -name services -o -name testimonials -o -name source -o -name tags -o -name labs -o -name opentechfund -o -name otfhelp \) -exec rm -rf {} + |
|
|