Skip to content

Commit

Permalink
Update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
QubitPi committed Sep 30, 2024
1 parent ccc25fc commit 9fc8c3f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ env:

jobs:
yml-md-style-and-link-checks:
uses: QubitPi/hashicorp-aws/.github/workflows/yml-md-style-and-link-checks.yml@master
uses: QubitPi/hashistack/.github/workflows/yml-md-style-and-link-checks.yml@master

tests:
name: Unit & Integration Tests
Expand All @@ -35,7 +35,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Set up JDK
uses: QubitPi/hashicorp-aws/.github/actions/jdk-setup@master
uses: QubitPi/hashistack/.github/actions/jdk-setup@master
- name: Run unit & integration tests
run: mvn -B clean verify

Expand All @@ -47,7 +47,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v3
- name: Set up JDK
uses: QubitPi/hashicorp-aws/.github/actions/jdk-setup@master
uses: QubitPi/hashistack/.github/actions/jdk-setup@master
- name: Build App WAR file so that Docker can pickup during image build
run: mvn clean package
- name: Set up QEMU
Expand Down Expand Up @@ -80,7 +80,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Set up JDK
uses: QubitPi/hashicorp-aws/.github/actions/jdk-setup@master
uses: QubitPi/hashistack/.github/actions/jdk-setup@master
- name: Package up WAR
run: mvn clean package
- name: Start Book example application Docker Compose
Expand All @@ -103,7 +103,7 @@ jobs:
with:
node-version: 18
- name: Set up JDK
uses: QubitPi/hashicorp-aws/.github/actions/jdk-setup@master
uses: QubitPi/hashistack/.github/actions/jdk-setup@master
- name: Install dependencies
run: yarn
working-directory: docs
Expand Down
2 changes: 1 addition & 1 deletion docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,4 +49,4 @@ Using SSH:
USE_SSH=true yarn deploy
```

hashicorp-aws is using GitHub pages for hosting, this command builds the website and push to the `gh-pages` branch.
Athena is using GitHub pages for hosting, this command builds the website and push to the `gh-pages` branch.

0 comments on commit 9fc8c3f

Please sign in to comment.