Skip to content
This repository has been archived by the owner on Sep 15, 2024. It is now read-only.

Commit

Permalink
try hosting
Browse files Browse the repository at this point in the history
  • Loading branch information
bketelsen committed Apr 23, 2021
1 parent 3b2da5c commit f7376c8
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
12 changes: 9 additions & 3 deletions .github/workflows/azure-static-web-apps-calm-moss-08cfe3010.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,13 @@ jobs:
- uses: actions/checkout@v2
with:
submodules: true
- uses: actions/setup-python@v2
with:
python-version: 3.x
- name: Build mkdocs
run: pip install mkdocs-material
working-directory: dogfood/sites/docs

- name: Build And Deploy
id: builddeploy
uses: Azure/static-web-apps-deploy@v0.0.1-preview
Expand All @@ -27,9 +34,8 @@ jobs:
action: "upload"
###### Repository/Build Configurations - These values can be configured to match your app requirements. ######
# For more information regarding Static Web App workflow configurations, please visit: https://aka.ms/swaworkflowconfig
app_location: "/dogfood/sites/www" # App source code path
api_location: "api" # Api source code path - optional
output_location: "out" # Built app content directory - optional
app_location: "/dogfood/sites/docs/site" # App source code path
api_location: "" # Api source code path - optional
###### End of Repository/Build Configurations ######

close_pull_request_job:
Expand Down
1 change: 1 addition & 0 deletions dogfood/sites/docs/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
site/

0 comments on commit f7376c8

Please sign in to comment.