homepage/.forgejo/workflows/deploy.yaml
Louis Guidez reind33r 8c157ba784
Some checks failed
/ test (push) Failing after 13s
testing actions
2024-02-07 23:00:53 +01:00

23 lines
No EOL
524 B
YAML

on:
push:
tags:
- 'v*'
# jobs:
# deploy:
# runs-on: ubuntu-latest
# steps:
# - name: Checkout
# uses: xxxxxxxxxxxxxxxx@xx
# - name: Setup Node.js
# uses: xxxxxxxxxxxxxxxxxx@xx
# with:
# node-version: '12.x'
# - name: Install dependencies
# run: npm install
# - name: Build
# run: npm run build
# - name: Deploy
# uses: xxxxxxxxxxxxxxxxxxxxxxxxxx@xx
# with:
# github_token: ${{ secrets.GITHUB_TOKEN }}
# publish_dir: ./dist