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