Skip to content

Commit

Permalink
Inadvertently deleted the main build.yml file. Restored it from the h…
Browse files Browse the repository at this point in the history
…istory.
  • Loading branch information
fradav committed Oct 10, 2024
1 parent 0c8554c commit 0e5ff0a
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
name: Main Workflows

on:
push:
branches: ["main"]
repository_dispatch:
types: [custom-event]
workflow_dispatch:

permissions:
contents: write
pages: write


jobs:
call_env_workflow:
uses: computorg/workflows/.github/workflows/global-env.yml@main
secrets:
token: ${{ secrets.GITHUB_TOKEN }}
with:
config-path: './config/quarto_config.yml'
call_quartopublish_workflow:
uses: computorg/workflows/.github/workflows/publish-render.yml@main
needs: call_env_workflow
with:
config-path: './config/quarto_config.yml'
secrets:
token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 0e5ff0a

Please sign in to comment.