From d6cc92f892de41c664c6a469507bd29c4049302f Mon Sep 17 00:00:00 2001 From: Carlos Maltzahn Date: Tue, 9 Jan 2024 15:01:45 -0800 Subject: [PATCH] remove contributor workflow (#312) --- .github/workflows/contributors.yaml | 38 ----------------------------- .github/workflows/hugo.yaml | 2 -- README.md | 10 -------- 3 files changed, 50 deletions(-) delete mode 100644 .github/workflows/contributors.yaml diff --git a/.github/workflows/contributors.yaml b/.github/workflows/contributors.yaml deleted file mode 100644 index 81f20b9f..00000000 --- a/.github/workflows/contributors.yaml +++ /dev/null @@ -1,38 +0,0 @@ -# Sample workflow for building and deploying a Hugo site to GitHub Pages -name: Update contributors in README - -on: - # Runs on pushes targeting the default branch - push: - branches: - - main - - # Allows you to run this workflow manually from the Actions tab - workflow_dispatch: - -# Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages -permissions: - contents: write - pages: write - id-token: write - -# Allow only one concurrent deployment, skipping runs queued between the run in-progress and latest queued. -# However, do NOT cancel in-progress runs as we want to allow these production deployments to complete. -concurrency: - group: "pages" - cancel-in-progress: false - -# Default to bash -defaults: - run: - shell: bash - -jobs: - contrib-readme-job: - runs-on: ubuntu-latest - name: A job to automate contrib in readme - steps: - - name: Contribute List - uses: akhilmhdh/contributors-readme-action@v2.3.6 - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} diff --git a/.github/workflows/hugo.yaml b/.github/workflows/hugo.yaml index 339a2851..c048547c 100644 --- a/.github/workflows/hugo.yaml +++ b/.github/workflows/hugo.yaml @@ -76,6 +76,4 @@ jobs: - name: Deploy to GitHub Pages id: deployment uses: actions/deploy-pages@v2 - - name: Contribute List - uses: akhilmhdh/contributors-readme-action@v2.3.6 \ No newline at end of file diff --git a/README.md b/README.md index 245a4cb7..8fe88bf2 100644 --- a/README.md +++ b/README.md @@ -72,13 +72,3 @@ To archive the current year (e.g. 2023) and start a new OSRE edition: ## Website framework This website is based on [Hugo Blox](https://hugoblox.com), a website framework using [Hugo](https://github.com/gohugoio/hugo) that can be deployed with GitHub and Netlify. The theme of the OSPO website is the [Research Group Theme](https://research-group.netlify.app/). - -## Collaborators - - - - -## Contributors - - -