From 143ea7db84e54abf74a9f757da5e09d6624f77d8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Carles=20S=2E=20Soriano=20P=C3=A9rez?= Date: Tue, 10 Dec 2024 10:47:28 +0100 Subject: [PATCH] ci: Modified miniforge-variant --- .github/workflows/deploy_docs.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/deploy_docs.yml b/.github/workflows/deploy_docs.yml index a49e20053..4079a25df 100644 --- a/.github/workflows/deploy_docs.yml +++ b/.github/workflows/deploy_docs.yml @@ -1,7 +1,8 @@ name: "GitHub Pages documentation" on: - push: - branches: [ master ] + - push + # push: + # branches: [ master ] permissions: contents: write @@ -20,7 +21,7 @@ jobs: - name: Setup environment uses: conda-incubator/setup-miniconda@v2 with: - miniforge-variant: Mambaforge + miniforge-variant: Miniforge # channels: conda-forge, nodefaults # channel-priority: strict environment-file: .config/environment.yml