Skip to content

Commit

Permalink
force orphan gh-pages branch (#1651)
Browse files Browse the repository at this point in the history
  • Loading branch information
epassaro authored Jun 14, 2021
1 parent 049aa34 commit e847a59
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/documentation-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,14 @@ jobs:
with:
fetch-depth: 0

- name: Setup TARDIS Environment
- name: Setup environment
uses: conda-incubator/setup-miniconda@v2
with:
miniforge-variant: Mambaforge
miniforge-version: latest
environment-file: tardis_env3.yml
activate-environment: tardis
channels: conda-forge
mamba-version: "*"
use-mamba: true

- name: Install TARDIS
shell: bash -l {0}
Expand All @@ -44,3 +45,4 @@ jobs:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: docs/_build/html/
publish_branch: gh-pages
force_orphan: true

0 comments on commit e847a59

Please sign in to comment.