File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
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
Original file line number Diff line number Diff line change 11---
2+ permalink : https://dash.plotly.com/?/
23description : Analytical Apps with Dash
3- display_as : file_settings
4- language : plotly_js
5- layout : base
64name : Analytical Apps with Dash
7- order : 5
5+ thumbnail : thumbnail/dash_apps.png
6+ layout : base
87page_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
1111sitemap : false
12- thumbnail : thumbnail/dash_apps.png
13- ---
12+ ---
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments