Skip to content

Commit

Permalink
Fix deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
lukeschmitt-tr committed Dec 9, 2024
1 parent 40378aa commit 9da031a
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,6 @@ jobs:
pages: write
id-token: write

environment:
name: github-pages

steps:

- uses: actions/checkout@v3
Expand All @@ -40,7 +37,8 @@ jobs:
run: |
git fetch --all
git checkout 1.0
git checkout 2.0 # branch to deploy from
git checkout 2.0
git checkout main
cd docs
make multiversion
Expand Down

0 comments on commit 9da031a

Please sign in to comment.