Skip to content

Commit 2a8af0e

Browse files
committed
update build workflow
1 parent 5e09140 commit 2a8af0e

24 files changed

Lines changed: 37 additions & 26 deletions

.github/workflows/build.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -53,12 +53,11 @@ jobs:
5353
bundle exec jekyll build
5454
cp python/sitemap.xml _site/python/sitemap.xml
5555
56-
- name: Clean invalid file paths
57-
run: |
58-
rm -rf "_site/https:"
56+
- name: Zip site
57+
run: zip -r site-build.zip _site/
5958

6059
- name: Upload build artifact
6160
uses: actions/upload-artifact@v4
6261
with:
6362
name: site-build
64-
path: _site/
63+
path: site-build.zip
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
---
2+
description: Analytical Apps with Dash
3+
display_as: file_settings
4+
language: plotly_js
5+
layout: base
6+
name: Analytical Apps with Dash
7+
order: 5
8+
page_type: example_index
9+
permalink: https://dash.plotly.com/?/
10+
sitemap: false
11+
thumbnail: thumbnail/dash_apps.png
12+
---

_posts/plotly_js/fundamentals/3d-axes/2015-08-12-3d_axes_plotly_js_index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
language: plotly_js
55
layout: base
66
name: 3D Axes
7-
order: 11
7+
order: 12
88
page_type: u-guide
99
permalink: javascript/3d-axes/
1010
redirect_from: javascript-graphing-library/3d-axes/

_posts/plotly_js/fundamentals/3d-hover-options/2018-10-11-3d_hover_options_plotly_js_index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
language: plotly_js
55
layout: base
66
name: 3D Hover Options
7-
order: 12
7+
order: 13
88
page_type: u-guide
99
permalink: javascript/3d-hover/
1010
thumbnail: thumbnail/subplots.jpg

_posts/plotly_js/fundamentals/3d-surface-lighting/2018-11-21-3d_surface_lighting_plotly_js_index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
language: plotly_js
55
layout: base
66
name: 3D Surface Lighting
7-
order: 13
7+
order: 14
88
page_type: u-guide
99
permalink: javascript/3d-surface-lighting/
1010
thumbnail: thumbnail/3d-surface.jpg

_posts/plotly_js/fundamentals/annotations/2015-04-09-annotations_plotly_js_index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
language: plotly_js
55
layout: base
66
name: Text and Annotations
7-
order: 25
7+
order: 26
88
page_type: example_index
99
permalink: javascript/text-and-annotations/
1010
redirect_from: javascript-graphing-library/text-and-annotations/

_posts/plotly_js/fundamentals/axes/2015-04-09-axes_plotly_js_index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
language: plotly_js
77
layout: base
88
name: Axes
9-
order: 14
9+
order: 15
1010
page_type: u-guide
1111
permalink: javascript/axes/
1212
redirect_from: javascript-graphing-library/axes/

_posts/plotly_js/fundamentals/colorscales/2017-08-21-colorscales_new_plotlyjs_index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
language: plotly_js
66
layout: base
77
name: Colorscales
8-
order: 5
8+
order: 6
99
page_type: u-guide
1010
permalink: javascript/colorscales/
1111
redirect_from: javascript-graphing-library/heatmap-and-contour-colorscales/

_posts/plotly_js/fundamentals/colorway/2018-10-03-colorway_plotlyjs_index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
language: plotly_js
55
layout: base
66
name: Colorway
7-
order: 6
7+
order: 7
88
page_type: u-guide
99
permalink: javascript/colorway/
1010
thumbnail: thumbnail/colorway.jpg

_posts/plotly_js/fundamentals/font/2015-04-09-font_plotly_js_index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
display_as: file_settings
44
layout: base
55
name: Text and Font Styling
6-
order: 7
6+
order: 8
77
page_type: u-guide
88
permalink: javascript/font/
99
redirect_from: javascript-graphing-library/font/

0 commit comments

Comments
 (0)