Skip to content

Commit 90a158f

Browse files
committed
Introduce a redirect mechanism that doesn't use staticwebapp.config.json or 404 page
Also rename Semantic%20Model to Semantic-Model
1 parent 303a7cc commit 90a158f

File tree

10 files changed

+270
-1063
lines changed

10 files changed

+270
-1063
lines changed

.github/workflows/deploy.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,10 @@ jobs:
2727
sudo chmod -R u+w _site/api
2828
sudo find _site/api -type f -name "*.html" -exec sed -i 's|<a class="xref" href="TabularEditor.Shared.html">Shared</a>|Shared|g' {} +
2929
shell: bash
30+
- name: Generate redirects
31+
run: |
32+
chmod +x gen_redirects.py
33+
./gen_redirects.py
3034
- name: Build And Deploy
3135
id: builddeploy
3236
uses: Azure/static-web-apps-deploy@v1

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
/docfx.json
2+
13
###############
24
# folder #
35
###############

0 commit comments

Comments
 (0)