test action
This commit is contained in:
parent
c02380285a
commit
a27168ff51
|
@ -21,7 +21,9 @@ jobs:
|
|||
# extended: true
|
||||
|
||||
- name: Build
|
||||
run: hugo --minify
|
||||
run: |
|
||||
cd devuser_guide/
|
||||
hugo --minify
|
||||
|
||||
- name: Deploy
|
||||
uses: status-im/actions-gh-pages@v3
|
||||
|
|
Loading…
Reference in New Issue