Skip to content

Commit

Permalink
combine two workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
fantkolja committed Nov 27, 2024
1 parent f24dc53 commit dc836b3
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 15 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/build-site.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,12 @@ name: Build production site
on:
push:
branches: [ main, 'v/*' ]
workflow_call:

jobs:
dispatch:
uses: ./.github/workflows/deploy-docs-workflow.yml
deploy:
runs-on: ubicloud-standard-2
steps:
- name: Dispatch docs deployment
# https://docs.netlify.com/configure-builds/build-hooks/
run: curl -X POST -d {} https://api.netlify.com/build_hooks/60e71936b15bb431b42b698a
13 changes: 0 additions & 13 deletions .github/workflows/deploy-docs-workflow.yml

This file was deleted.

0 comments on commit dc836b3

Please sign in to comment.