Skip to content

Commit

Permalink
build-site.sh - removed .htaccess deployment.
Browse files Browse the repository at this point in the history
  • Loading branch information
rvkennedy committed Jan 23, 2024
1 parent 3c2da17 commit a733d5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build-site.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ mkdir -p build/html/windows/vulkan

export OPENXR_TUTORIALS_GIT_TAG=$1

sphinx-build -M html tutorial build index.rst -t OPENXR_MAINSITE -D html_baseurl=https://openxr-tutorial.com/ -D html_extra_path=.htaccess
sphinx-build -M html tutorial build index.rst -t OPENXR_MAINSITE -D html_baseurl=https://openxr-tutorial.com/

sphinx-build -M html tutorial build/android/opengles -t android -t opengles -t OPENXR_SUBSITE -D html_baseurl=https://openxr-tutorial.com/
sphinx-build -M html tutorial build/android/vulkan -t android -t vulkan -t OPENXR_SUBSITE -D html_baseurl=https://openxr-tutorial.com/
Expand Down

0 comments on commit a733d5d

Please sign in to comment.