update readme and disable docs build for now #8
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# pymdgen needs modernize | |
# | |
#name: ci | |
#on: | |
# push: | |
# branches: | |
# - main | |
#jobs: | |
# deploy: | |
# runs-on: ubuntu-latest | |
# steps: | |
# - name: Check out repository | |
# uses: actions/checkout@v2 | |
# - name: Install virtualenv from poetry | |
# uses: 20c/workflows/poetry@v1 | |
# - name: deploy mkdocs gh-pages site | |
# run: | | |
# poetry run mkdocs gh-deploy --force |