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