Skip to content

Commit b3e02ee

Browse files
committed
Update build.yml
1 parent 6ead7db commit b3e02ee

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,8 @@ jobs:
3636
run: python fix-case-redirects.py _posts/julia/html
3737

3838
- name: Set up Mapbox token
39-
run: echo "token: ${{ secrets.MAPBOX_TOKEN }}" > _data/mapbox_token.yml
39+
run: |
40+
echo "token: ${{ secrets.MAPBOX_TOKEN }}" > _data/mapbox_token.yml
4041
4142
- name: Build site
4243
run: |

0 commit comments

Comments
 (0)