Skip to content

Commit

Permalink
Merge branch '2.2' of github.com:sulu/sulu-docs into 2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander-schranz committed Sep 26, 2024
2 parents 8404806 + c19e149 commit 5a96550
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Sphinx Build
run: sphinx-build -n -W --keep-going -b html -d _build/doctrees . _build/html

- uses: actions/upload-artifact@v1
- uses: actions/upload-artifact@v4
with:
name: DocumentationHTML
path: "_build/html"

0 comments on commit 5a96550

Please sign in to comment.