Skip to content

Commit 9c5ad72

Browse files
committed
test
1 parent 129caf5 commit 9c5ad72

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,17 +13,14 @@ concurrency:
1313
jobs:
1414
build:
1515
runs-on: ubuntu-latest
16-
# permissions:
17-
# pages: write # to deploy to Pages
18-
# id-token: write # to verify the deployment originates from an appropriate source
1916
steps:
2017
- uses: actions/checkout@v4
2118
- name: Generate Blog
2219
uses: quarkiverse/quarkus-roq@v1
2320
with:
2421
github-token: ${{ secrets.GITHUB_TOKEN }}
2522
maven-executable: 'mvn'
26-
maven-build-args: '-DskipTests -Dquarkus.profile=gh-pages'
23+
# maven-build-args: '-DskipTests -Dquarkus.profile=gh-pages'
2724

2825
# Deployment job
2926
deploy:

0 commit comments

Comments
 (0)