Skip to content

Commit d5786ba

Browse files
committed
cleanup
1 parent 12a933a commit d5786ba

File tree

1 file changed

+0
-29
lines changed

1 file changed

+0
-29
lines changed

.github/workflows/build-pr-preview.yml

Lines changed: 0 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -9,43 +9,14 @@ jobs:
99
runs-on: ubuntu-latest
1010
steps:
1111
- uses: actions/checkout@v4
12-
# - name: Set up JDK 21
13-
# uses: actions/setup-java@v4
14-
# with:
15-
# distribution: temurin
16-
# java-version: 21
17-
# cache: 'maven'
18-
19-
# - name: Build Roq
20-
# run: mvn -B clean install --file pom.xml -DskipTests -Dno-format
21-
22-
# - name: Store PR id
23-
# run: |
24-
# echo ${{ github.event.number }} > ./docs/target/generated-docs/pr-id.txt
25-
26-
# - name: Publishing docs
27-
# uses: actions/upload-artifact@v4
28-
# with:
29-
# name: docs
30-
# path: ./docs/target/generated-docs
31-
# retention-days: 3
3212

3313
- name: Generate blog
3414
uses: quarkiverse/quarkus-roq@v1
3515
with:
36-
# github-token: ${{ secrets.GITHUB_TOKEN }}
3716
maven-executable: 'mvn'
3817
maven-build-args: '-DskipTests -Dquarkus.profile=gh-pages'
3918
github-pages: 'false'
4019
setup-java: 'false'
41-
# - name: Build blog
42-
# uses: ./
43-
# with:
44-
# setup-java: 'false'
45-
# github-pages: 'false'
46-
# site-directory: 'blog'
47-
# site-future: 'true'
48-
# maven-executable: 'mvn'
4920

5021
- name: Publishing blog
5122
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)