diff --git a/.github/workflows/deploy-docs.yml b/.github/workflows/deploy-docs.yml index b1febca..6eb8e99 100644 --- a/.github/workflows/deploy-docs.yml +++ b/.github/workflows/deploy-docs.yml @@ -36,11 +36,11 @@ jobs: - name: Build Docs run: | mkdocs build --strict --verbose - touch .site/.nojekyll + touch site/.nojekyll - name: Upload artifact uses: actions/upload-pages-artifact@v3 with: - path: '.site' + path: 'site' - name: Setup Pages uses: actions/configure-pages@v5 - name: Deploy to GitHub Pages diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index e814837..0000000 --- a/.travis.yml +++ /dev/null @@ -1,17 +0,0 @@ -language: python -python: 3.6 -install: -- pip install mkdocs -script: -- mkdocs build --strict --verbose -- touch ./site/.nojekyll -deploy: - provider: pages - skip_cleanup: true - # configured as an env var in travis CI, currently via a github personal access token for lbryan-citrine - # current token expires May 18, 2023 - github_token: "$GH_SECRET_TOKEN" - keep_history: true - local_dir: "./site/" - on: - branch: master diff --git a/mkdocs.yml b/mkdocs.yml index 2a023a0..1b23d92 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -8,4 +8,4 @@ markdown_extensions: permalink: True extra: - version: 0.1 + version: 0.2