Skip to content

Commit 550d54c

Browse files
committed
test
1 parent 4450e63 commit 550d54c

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/deploy-docs.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -30,22 +30,22 @@ jobs:
3030
- name: Setup Micromamba env
3131
uses: mamba-org/setup-micromamba@v2
3232
with:
33-
environment-name: TEST
33+
environment-name: FOLIUM
3434
init-shell: bash
3535
create-args: >-
36-
python=3
36+
python=3 pip
3737
--file requirements.txt
3838
--file requirements-dev.txt
3939
4040
- name: Install folium from source
4141
run: python -m pip install -e . --no-deps --force-reinstall
4242

4343
- name: Build documentation
44-
run: |
44+
run: >
4545
set -e
46-
pushd docs
47-
make clean html linkcheck
48-
popd
46+
&& pushd docs
47+
&& make clean html linkcheck
48+
&& popd
4949
5050
- name: Update switcher and latest version
5151
if: ${{ github.event_name == 'release' }}

0 commit comments

Comments
 (0)