Skip to content

Commit 47f1e75

Browse files
committed
remove workarounds
1 parent 65eb813 commit 47f1e75

3 files changed

Lines changed: 7 additions & 48 deletions

File tree

.github/workflows/build.yml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,6 @@ jobs:
3333
- name: Fetch upstream docs
3434
run: make fetch_upstream_files
3535

36-
- name: Fix case-sensitive redirect issues
37-
run: python fix-case-redirects.py _posts/julia/html
38-
3936
- name: Set up Mapbox token
4037
run: |
4138
echo "token: ${{ secrets.MAPBOX_TOKEN }}" > _data/mapbox_token.yml
@@ -93,15 +90,6 @@ jobs:
9390
env:
9491
PERCY_TOKEN: ${{ secrets.PERCY_TOKEN }}
9592

96-
- name: Remove files with invalid characters
97-
run: rm -rf _site/https:* 2>/dev/null || true
98-
99-
- name: Upload build artifact
100-
uses: actions/upload-artifact@v4
101-
with:
102-
name: site-build
103-
path: _site/
104-
10593
- name: Create GitHub App token
10694
if: github.ref_name == 'update-ci' && github.repository == 'plotly/graphing-library-docs'
10795
uses: actions/create-github-app-token@v2
Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,12 @@
11
---
2+
permalink: https://dash.plotly.com/?/
23
description: Analytical Apps with Dash
3-
display_as: file_settings
4-
language: plotly_js
5-
layout: base
64
name: Analytical Apps with Dash
7-
order: 5
5+
thumbnail: thumbnail/dash_apps.png
6+
layout: base
87
page_type: example_index
9-
permalink: /javascript/dash-apps/
10-
redirect_to: https://dash.plotly.com/
8+
language: plotly_js
9+
display_as: file_settings
10+
order: 5
1111
sitemap: false
12-
thumbnail: thumbnail/dash_apps.png
13-
---
12+
---

fix-case-redirects.py

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

0 commit comments

Comments
 (0)