-
-
Notifications
You must be signed in to change notification settings - Fork 166
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
22 changed files
with
199 additions
and
121 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
This file was deleted.
Oops, something went wrong.
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 |
---|---|---|
|
@@ -9,7 +9,7 @@ jobs: | |
steps: | ||
# ================================================================================================================ | ||
- name: JDK 17 Setup | ||
uses: actions/setup-java@v3.3.0 | ||
uses: actions/setup-java@v3.11.0 | ||
with: | ||
distribution: 'temurin' | ||
java-version: '17' | ||
|
@@ -49,37 +49,6 @@ jobs: | |
-Dpackage=com.example | ||
mvn -f archetype-test-basic/pom.xml test | ||
# ================================================================================================================ | ||
- name: Install Go to generate the graphQL documentation with gqldoc | ||
uses: actions/setup-go@v3 | ||
with: | ||
go-version: '^1.17.3' | ||
|
||
# ================================================================================================================ | ||
# - name: Add the GraphQL schema and its documentation to the website | ||
# run: | | ||
# cp spring-boot-starter-api/spring-boot-starter-api-graphql/autoconfigure/src/main/resources/schema/*.graphqls docs/docs/.vuepress/public/api/graphql/definition | ||
# go install github.com/Code-Hex/gqldoc/cmd/[email protected] | ||
# gqldoc -s "docs/docs/.vuepress/public/api/graphql/definition/*.graphqls" -o ./docs/docs/learn/graphql-api-documentation | ||
|
||
# ================================================================================================================ | ||
- name: Install vuepress, set release number, and build the website | ||
run: | | ||
yarn add -D vuepress@next | ||
find . -type f -name "*.md" -exec sed -i 's/CASSANDRE_LATEST_RELEASE/${{ steps.maven.outputs.version }}/g' {} \; | ||
yarn --cwd docs install | ||
yarn --cwd docs docs:build docs | ||
# ================================================================================================================ | ||
- name: Deploy the website to github pages | ||
uses: JamesIves/[email protected] | ||
with: | ||
branch: gh-pages | ||
target-folder: beta | ||
folder: docs/docs/.vuepress/dist | ||
commit-message: "Beta website deployment" | ||
clean: false | ||
|
||
# ================================================================================================================ | ||
# Testing that the graphql starter is working correctly. | ||
- name: Start a postgres server and restore a database from production | ||
|
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
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
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
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
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
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
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
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
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
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
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
Oops, something went wrong.