-
-
Notifications
You must be signed in to change notification settings - Fork 174
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
15 changed files
with
55 additions
and
69 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 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,7 +18,7 @@ jobs: | |
steps: | ||
# ================================================================================================================ | ||
- name: JDK 17 Setup | ||
uses: actions/setup-java@v3.11.0 | ||
uses: actions/setup-java@v4.0.0 | ||
with: | ||
distribution: 'temurin' | ||
java-version: '17' | ||
|
@@ -28,7 +28,7 @@ jobs: | |
|
||
# ================================================================================================================ | ||
- name: Retrieve the sources | ||
uses: actions/checkout@v3 | ||
uses: actions/checkout@v4 | ||
|
||
# ================================================================================================================ | ||
- name: GPG Setup | ||
|
@@ -48,7 +48,7 @@ jobs: | |
# GPG. | ||
GPG_PASSPHRASE: ${{ secrets.GPG_PASSPHRASE }} | ||
run: | | ||
mvn deploy -B -DskipTests=true -Dgpg.passphrase=${GPG_PASSPHRASE} | ||
mvn deploy -B -Dgpg.passphrase=${GPG_PASSPHRASE} | ||
# ================================================================================================================ | ||
- name: Retrieve the latest release published on Github | ||
|
@@ -59,7 +59,7 @@ jobs: | |
|
||
# ================================================================================================================ | ||
- name: Install Go to generate the graphQL documentation with gqldoc | ||
uses: actions/setup-go@v4 | ||
uses: actions/setup-go@v5 | ||
with: | ||
go-version: '^1.17.3' | ||
|
||
|
@@ -72,18 +72,18 @@ jobs: | |
gqldoc -s "docs/docs/.vuepress/public/api/graphql/definition/*.graphqls" -o ./docs/docs/fr/tutorial/graphql-api-documentation | ||
# ================================================================================================================ | ||
- name: Install vuepress, set release number, and build the website | ||
run: | | ||
find . -type f -name "*.md" -exec sed -i 's/CASSANDRE_LATEST_RELEASE/${{ steps.getLatestRelease.outputs.release }}/g' {} \; | ||
yarn --cwd docs add -D vuepress@next | ||
yarn --cwd docs install | ||
yarn --cwd docs docs:build docs | ||
#- name: Install vuepress, set release number, and build the website | ||
# run: | | ||
# find . -type f -name "*.md" -exec sed -i 's/CASSANDRE_LATEST_RELEASE/${{ steps.getLatestRelease.outputs.release }}/g' {} \; | ||
# yarn --cwd docs add -D vuepress@next | ||
# yarn --cwd docs install | ||
# yarn --cwd docs docs:build docs | ||
|
||
# ================================================================================================================ | ||
- name: Deploy the website to github pages | ||
uses: JamesIves/[email protected].1 | ||
with: | ||
branch: gh-pages | ||
folder: docs/docs/.vuepress/dist | ||
commit-message: "Website deployment" | ||
clean: true | ||
#- name: Deploy the website to github pages | ||
# uses: JamesIves/[email protected].3 | ||
# with: | ||
# branch: gh-pages | ||
# folder: docs/docs/.vuepress/dist | ||
# commit-message: "Website deployment" | ||
# clean: true |
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
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