-name:Installpandoc run:| cd /tmp wget -c https://github.com/jgm/pandoc/releases/download/3.6.4/pandoc-3.6.4-1-amd64.deb sudo dpkg -i pandoc-3.6.4-1-amd64.deb -name:Hexo run:| pandoc --version npm i -g hexo-cli npm i hexo clean && hexo g -name:Deploy uses:JamesIves/github-pages-deploy-action@v4.7.3 with: token:${{secrets.MYPAT}} repository-name:<your-github-name>/<your-github-name>.github.io branch:gh-pages# The branch the action should deploy to. folder:public# The folder the action should deploy. single-commit:true commit-message:"Deploy by source"