Skip to content

Commit

Permalink
Merge pull request #228 from nkoep/enable-stable-docs-build
Browse files Browse the repository at this point in the history
Re-enable build of stable docs
  • Loading branch information
nkoep committed Jan 2, 2023
2 parents b054949 + 426d06e commit 923c271
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build_documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,7 @@ jobs:
steps:
- name: Generate version matrix
id: build-matrix
# run: echo "versions=['stable', 'latest']" >> $GITHUB_OUTPUT
run: echo "versions=['latest']" >> $GITHUB_OUTPUT
run: echo "versions=['stable', 'latest']" >> "$GITHUB_OUTPUT"
outputs:
versions: ${{ steps.build-matrix.outputs.versions }}

Expand Down

0 comments on commit 923c271

Please sign in to comment.