Skip to content

Commit

Permalink
[ci] registering github-pages environment
Browse files Browse the repository at this point in the history
  • Loading branch information
rmannibucau committed Mar 11, 2024
1 parent 1e664d2 commit 6bad249
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 9 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/maven-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ jobs:
permissions:
pages: write
id-token: write
environment:
name: github-pages
steps:
- name: Clone
id: clone
Expand Down
9 changes: 0 additions & 9 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -764,15 +764,6 @@
<goal>minisite</goal>
</goals>
<phase>package</phase>
<configuration>
<git>
<ignore>true</ignore>
<noJekyll>true</noJekyll>
<serverId>${minisite.serverId}</serverId>
<branch>refs/heads/gh-pages</branch>
<url>${project.scm.url}</url>
</git>
</configuration>
</execution>
</executions>
</plugin>
Expand Down

0 comments on commit 6bad249

Please sign in to comment.