Try to fix httpfetch method bug
[minetest.git] / .gitlab-ci.yml
blobd4c5525aa9e01a335ef98d7cba3cd41264174f10
1 ---
2 # Github repository is cloned every day on Gitlab.com
3 # https://gitlab.com/minetest/minetest
4 # Pipelines URL: https://gitlab.com/minetest/minetest/pipelines
7 pages:
8   stage: deploy
9   image: python:3.8
10   script:
11     - ./misc/make_redirects.sh
12   artifacts:
13     paths:
14       - public
15   only:
16     - master