huangmingming
2023-01-31 23ec48ebeb8d90fa4ee836f8dbbdfc3cf32e9f3b
.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'