revert: "refactor(ci): update deploy job name"

This reverts commit 681b8f1a02.

job must be named pages so that it deploys to gitlab pages

!34
This commit is contained in:
2023-05-29 11:17:04 +09:30
parent 398815055e
commit d7be011370

View File

@ -16,7 +16,7 @@ Documentation.Build:
needs: [ 'Documentation.Lint' ]
Documentation.Deploy:
pages:
stage: deploy
variables:
GIT_STRATEGY: none