zhifu gao
2023-02-03 79bd015ab0ded4e5aed1b1ecf32fcbc84eefde68
.github/workflows/main.yml
@@ -21,7 +21,8 @@
      if: github.ref == 'refs/heads/main' || github.ref == 'refs/heads/dev'
      run: |
        mkdir public
        cp -r docs/build/html/* public/
        touch public/.nojekyll
        cp -r docs/_build/html/* public/
    - name: deploy github.io pages
      if: github.ref == 'refs/heads/main' || github.ref == 'refs/heads/dev'