-
-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Switched to publish docs within this repo.
- Loading branch information
1 parent
2a4e6a7
commit 3a052a4
Showing
2 changed files
with
5 additions
and
154 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -60,7 +60,7 @@ jobs: | |
working-directory: .vortex/installer | ||
|
||
- name: Upload artifact | ||
uses: actions/upload-artifact@v2 | ||
uses: actions/upload-artifact@v4 | ||
with: | ||
name: vortex-installer | ||
path: .vortex/installer/build/installer | ||
|
@@ -90,7 +90,7 @@ jobs: | |
uses: shivammathur/setup-php@v2 | ||
|
||
- name: Download installer | ||
uses: actions/download-artifact@v2 | ||
uses: actions/download-artifact@v4 | ||
with: | ||
name: vortex-installer | ||
|
||
|
@@ -117,18 +117,7 @@ jobs: | |
- name: Upload documentation site | ||
uses: actions/upload-pages-artifact@v3 | ||
with: | ||
path: ".vortex/docs/build" | ||
path: .vortex/docs/build | ||
|
||
- name: Setup SSH private key | ||
uses: webfactory/[email protected] | ||
with: | ||
ssh-private-key: ${{ secrets.DOCS_PUBLISH_SSH_PRIVATE_KEY }} | ||
|
||
- name: Publish docs | ||
run: | | ||
cd "${GITHUB_WORKSPACE}/.vortex/docs" | ||
export DOCS_PUBLISH_SRC_DIR="${GITHUB_WORKSPACE}/.vortex/docs/build" | ||
export [email protected]:drevops/vortex-docs.git | ||
export DOCS_PUBLISH_COMMIT_MESSAGE="Automatically pushed from drevops/vortex" | ||
export DOCS_PUBLISH_GIT_EMAIL="[email protected]" | ||
./.utils/publish.sh | ||
- name: Deploy to GitHub Pages | ||
uses: actions/deploy-pages@v4 |
This file was deleted.
Oops, something went wrong.
3a052a4
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🚀 Deployed on https://66d4535589fa9d1e6c49d925--vortex-docs.netlify.app