diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3bce350..5eccb0c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,16 +1,18 @@ -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 +# 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 diff --git a/README.md b/README.md index eefa676..88dc3be 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ All current releases will use the name `confu`. Please change any package requir ## License -Copyright 2016-2022 20C, LLC +Copyright 2016-2024 20C, LLC Licensed under the Apache License, Version 2.0 (the "License"); you may not use this software except in compliance with the License.