Skip to content

build(deps): bump uuid from 9.0.1 to 10.0.0 in /packages/server (#828) #540

build(deps): bump uuid from 9.0.1 to 10.0.0 in /packages/server (#828)

build(deps): bump uuid from 9.0.1 to 10.0.0 in /packages/server (#828) #540

Workflow file for this run

# Automate, customize, and execute your software development workflows right in your repository with GitHub Actions.
# Documentation: https://docs.github.com/en/actions
name: deploy
on:
push:
branches:
- main
jobs:
deploy:
runs-on: ubuntu-latest
if: github.ref == 'refs/heads/main'
steps:
- name: Update the documentation
run: curl ${{ secrets.TRIGGER_DEPLOYMENT }}