Update azure-static-web-apps-agreeable-mushroom-00aa4761e.yml

This commit is contained in:
Aaron Crawfis 2020-09-14 18:48:31 -07:00 committed by GitHub
parent 8c4749033e
commit 75fdd0ffa4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 2 deletions

View File

@ -20,8 +20,6 @@ jobs:
submodules: recursive
- name: Setup Docsy
run: cd daprdocs && git submodule add https://github.com/google/docsy.git themes/docsy && git submodule update --init --recursive && sudo npm install -D --save autoprefixer && sudo npm install -D --save postcss-cli
- name: Build Hugo
run: pwd && ls -l ./ && hugo -d ../public
- name: Build And Deploy
id: builddeploy
uses: Azure/static-web-apps-deploy@v0.0.1-preview
@ -35,6 +33,7 @@ jobs:
app_location: "daprdocs" # App source code path
api_location: "api" # Api source code path - optional
app_artifact_location: '' # Built app content directory - optional
app_build_command: hugo
###### End of Repository/Build Configurations ######