diff --git a/.github/ISSUE_TEMPLATE/add-a-project.md b/.github/ISSUE_TEMPLATE/add-a-project.md index 2bdd313..1aece63 100644 --- a/.github/ISSUE_TEMPLATE/add-a-project.md +++ b/.github/ISSUE_TEMPLATE/add-a-project.md @@ -1,7 +1,7 @@ --- name: Add a project about: Add a new project to the list -title: "add: [PROJECT_NAME]" +title: "add: [PROJECT_NAME] in [SECTION_NAME]" labels: pending-evaluation assignees: '' @@ -17,5 +17,5 @@ Notes (`:heavy_dollar_sign:` if relevant): Or directly write it: ```markdown -[REPO](https://github.com/AUTHOR/REPO) - DESCRIPTION. By [AUTHOR](https://github.com/AUTHOR) +[REPO](https://github.com/AUTHOR/REPO) - DESCRIPTION. ``` diff --git a/.github/workflows/deploy-pages.yml b/.github/workflows/deploy-pages.yml index 54db0dd..6a12602 100644 --- a/.github/workflows/deploy-pages.yml +++ b/.github/workflows/deploy-pages.yml @@ -30,7 +30,7 @@ jobs: run: go build -o awesome-docker ./cmd/awesome-docker - name: Build website - run: ./awesome-docker build + run: make website - name: Upload artifact uses: actions/upload-pages-artifact@7b1f4a764d45c48632c6b24a0339c27f5614fb0b # ratchet:actions/upload-pages-artifact@v4 diff --git a/.github/workflows/pull_request.yml b/.github/workflows/pull_request.yml index f72cd98..a9e8384 100644 --- a/.github/workflows/pull_request.yml +++ b/.github/workflows/pull_request.yml @@ -20,6 +20,9 @@ jobs: - name: Build run: go build -o awesome-docker ./cmd/awesome-docker + - name: Build website + run: ./awesome-docker build + - name: Validate run: ./awesome-docker validate env: diff --git a/README.md b/README.md index f7efbd5..efd9599 100644 --- a/README.md +++ b/README.md @@ -13,8 +13,6 @@ If this list is not complete, you can [contribute][editreadme] to make it so. He The creators and maintainers of this list do not receive any form of payment to accept a change made by any contributor. This page is not an official Docker product in any way. It is a list of links to projects and is maintained by volunteers. Everybody is welcome to contribute. The goal of this repo is to index open-source projects, not to advertise for profit. -All the links are monitored and tested with a home baked [Node.js script](https://github.com/veggiemonk/awesome-docker/blob/master/.github/workflows/pull_request.yml) - # Contents diff --git a/config/website.tmpl.html b/config/website.tmpl.html index 94e88e0..58ea2cb 100644 --- a/config/website.tmpl.html +++ b/config/website.tmpl.html @@ -6,7 +6,9 @@
A curated list of Docker resources and projects
-
- View on GitHub
-
-
- Star
+