Skip to content

Commit

Permalink
Merge branch '2.3' of github.com:sulu/sulu-docs into 2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander-schranz committed Sep 26, 2024
2 parents c78822c + 5a96550 commit 8ff230d
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 8ff230d

Please sign in to comment.