Update publish.yml

This commit is contained in:
Kevin Franklin Kim 2025-09-12 15:46:45 +02:00 committed by GitHub
parent 3eb50dbdd0
commit 9bd904ffea
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -12,7 +12,9 @@ jobs:
publish: publish:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: actions/checkout@v1 - uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: actions/setup-node@v1 - uses: actions/setup-node@v1
with: with:
node-version: "20.x" node-version: "20.x"
@ -21,9 +23,9 @@ jobs:
# 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:
USE_SSH: true #USE_SSH: true
GIT_USER: git #GIT_USER: git
run: | run: |
git config --global user.email "publisher@foomo.org" git config --global user.email "publisher@foomo.org"
git config --global user.name "gh-actions" git config --global user.name "gh-actions"