diff --git a/.github/workflows/mkdocs-deploy.yml b/.github/workflows/mkdocs-deploy.yml new file mode 100644 index 0000000..d10f5a3 --- /dev/null +++ b/.github/workflows/mkdocs-deploy.yml @@ -0,0 +1,19 @@ +name: Deploy MkDocs +on: + push: + branches: + - main +jobs: + deploy: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v4 + - uses: actions/setup-python@v5 + with: + python-version: 3.x + - run: pip install mkdocs-material + - run: git config --global user.name "GitHub Actions" + - run: git config --global user.email "github-actions@github.com" + - run: mkdocs gh-deploy --force + env: + GITHUB_TOKEN: ${{ secrets.GH_TOKEN }} diff --git a/README.md b/README.md index aaac95d..53422f1 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ This curated collection of awesome repositories on GitHub is a comprehensive gui For the full, organized list of resources, please visit our documentation website: -[https://timocodes.github.io/awesome-repos-and-resources/](https://timocodes.github.io/awesome-repos-and-resources/) +[https://timocodez.github.io/awesome-repos-and-resources/](https://timocodez.github.io/awesome-repos-and-resources/) ## About This Project @@ -42,4 +42,4 @@ If you have any questions about this collection of resources, do not hesitate to ## License -This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details. \ No newline at end of file +This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details. diff --git a/docs/index.md b/docs/index.md index 5b9f0b1..9287ac6 100644 --- a/docs/index.md +++ b/docs/index.md @@ -39,4 +39,4 @@ If you find any malicious links or security issues related to the resources list ## Code of Conduct -Please note that this project is released with a [Contributor Code of Conduct](code_of_conduct.md). By participating in this project you agree to abide by its terms. \ No newline at end of file +Please note that this project is released with a [Contributor Code of Conduct](code_of_conduct.md). By participating in this project you agree to abide by its terms.