This commit is contained in:
ettingshausen 2023-11-06 23:21:27 +08:00 committed by GitHub
parent 7c2f35f069
commit 386cb53a78
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -15,3 +15,9 @@ jobs:
sudo apt-get install -y libxml2-utils
chmod +x run.sh
./run.sh
- name: Deploy to GitHub Pages
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./public