huangmingming
2023-01-30 adcee8828ef5d78b575043954deb662a35e318f7
.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'