Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
TimoCodez committed Sep 15, 2024
2 parents 46db64e + 9c74a9e commit dc34852
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 3 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/mkdocs-deploy.yml
Original file line number Diff line number Diff line change
@@ -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 "[email protected]"
- run: mkdocs gh-deploy --force
env:
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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.
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
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.

0 comments on commit dc34852

Please sign in to comment.