on: [push] jobs: build: runs-on: docker steps: - uses: actions/checkout@v4 with: submodules: 'true' - name: 'build' uses: https://github.com/shalzz/zola-deploy-action@master env: PAGES_BRANCH: main BUILD_DIR: . BUILD_ONLY: true - name: copy file via ssh password uses: https://github.com/appleboy/scp-action@v0.1.7 with: host: ${{ secrets.HOST }} username: ${{ secrets.USERNAME }} key: ${{ secrets.KEY }} source: "public/*" target: "/usr/share/nginx/snamellit/" strip_components: 1