Skip to content

Commit

Permalink
Merge pull request #17 from gradle/github-actions
Browse files Browse the repository at this point in the history
Use proper source of GitHub Actions
  • Loading branch information
oleg-nenashev committed Mar 12, 2024
2 parents 3c44bfc + 7c4bb27 commit b377d87
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -170,8 +170,8 @@ plugins:
import_url: 'https://github.com/gradle/gradle-profiler?branch=master&edit_uri=/blob/master/'
imports: [ "README.md" ]
- name: github-actions
import_url: 'https://github.com/gradle/github-actions?branch=main&edit_uri=/blob/main/'
imports: [ "README.md", "doc/*" ]
import_url: 'https://github.com/gradle/actions?branch=main&edit_uri=/blob/main/'
imports: [ "README.md", "*" ]
- name: gradlex
import_url: 'https://github.com/gradlex-org/gradlex-org.github.io?branch=main&edit_uri=/blob/main/'
imports: [ "index.md", "favicon.png" ]
Expand Down

0 comments on commit b377d87

Please sign in to comment.