Skip to content

Commit cbbe2ba

Browse files
committed
Update paths and remove unused files
Signed-off-by: Marc Duiker <[email protected]>
1 parent e02e487 commit cbbe2ba

File tree

5 files changed

+10
-3101
lines changed

5 files changed

+10
-3101
lines changed

.github/workflows/website-root.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,11 @@ jobs:
3737
with:
3838
hugo-version: 0.147.9
3939
extended: true
40-
- name: Setup Docsy
40+
- name: Setup Submodules
4141
run: |
4242
cd daprdocs
4343
git submodule update --init --recursive
44+
cd ..
4445
sudo npm install -D --save autoprefixer
4546
sudo npm install -D --save postcss-cli
4647
- name: Build Hugo Website

.github/workflows/website-v1-15.yml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,13 @@ jobs:
2020
with:
2121
submodules: recursive
2222
fetch-depth: 0
23-
- name: Setup Docsy
24-
run: cd daprdocs && git submodule update --init --recursive && sudo npm install -D --save autoprefixer && sudo npm install -D --save postcss-cli
23+
- name: Setup Submodules
24+
run: |
25+
cd daprdocs
26+
git submodule update --init --recursive
27+
cd ..
28+
sudo npm install -D --save autoprefixer
29+
sudo npm install -D --save postcss-cli
2530
- name: Build And Deploy
2631
id: builddeploy
2732
uses: Azure/static-web-apps-deploy@v1

daprdocs/config.toml.temp

Lines changed: 0 additions & 284 deletions
This file was deleted.

0 commit comments

Comments
 (0)