Skip to content

Fix upgrade tooltip not appearing #101

Fix upgrade tooltip not appearing

Fix upgrade tooltip not appearing #101

Workflow file for this run

name: Publish Pages Artifact
on:
push:
branches: [main]
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Node
uses: actions/setup-node@v3
with:
node-version: 18
cache: npm
- name: Dependencies
run: npm install
- name: Build
run: npm run build
- name: Deploy
uses: cpina/github-action-push-to-another-repository@main
env:
SSH_DEPLOY_KEY: ${{ secrets.SSH_DEPLOY_KEY }}
with:
source-directory: "dist"
destination-github-username: "clovercharms"
destination-repository-name: "peach-colored-hair"
user-email: fraym.phone@gmail.com
target-branch: main
commit-message: Update
- name: Notify
uses: sarisia/actions-status-discord@v1
if: always()
with:
webhook: ${{ secrets.DISCORD_WEBHOOK }}