Update publish.yml

This commit is contained in:
Phil 2025-09-12 15:42:27 +02:00 committed by GitHub
parent 294f6e72a0
commit 3eb50dbdd0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -5,6 +5,9 @@ on:
push: push:
branches: [main] branches: [main]
permissions:
contents: write
jobs: jobs:
publish: publish:
runs-on: ubuntu-latest runs-on: ubuntu-latest
@ -13,9 +16,9 @@ jobs:
- uses: actions/setup-node@v1 - uses: actions/setup-node@v1
with: with:
node-version: "20.x" node-version: "20.x"
- uses: webfactory/ssh-agent@v0.5.0 #- uses: webfactory/ssh-agent@v0.5.0
with: # with:
ssh-private-key: ${{ secrets.GH_PAGES_DEPLOY }} # ssh-private-key: ${{ secrets.GH_PAGES_DEPLOY }}
- name: Release to GitHub Pages - name: Release to GitHub Pages
working-directory: foomo working-directory: foomo
env: env: