Skip to content

Commit

Permalink
update readme and disable docs build for now
Browse files Browse the repository at this point in the history
  • Loading branch information
vegu committed Feb 21, 2024
1 parent 474c88b commit 82b92a2
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 17 deletions.
34 changes: 18 additions & 16 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 82b92a2

Please sign in to comment.