Skip to content

Commit 2917174

Browse files
committed
Remove content of build.yml.
1 parent ccf3845 commit 2917174

File tree

1 file changed

+1
-26
lines changed

1 file changed

+1
-26
lines changed

site/guidelines-authors.qmd

Lines changed: 1 addition & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -217,32 +217,7 @@ Now that you have written your contribution in the correct template and set up i
217217

218218
#### Use Computo's built-in GitHub Action workflow
219219

220-
Computo has a built-in workflow for just that purpose which comes in the form of a YAML file describing a GitHub Action. It should have been automatically added to your repository when you cloned one of our templates. It is located under `.github/workflows/build.yml` and its content should exactly match the following:
221-
222-
```yml
223-
name: Main Workflows
224-
225-
on:
226-
push:
227-
branches: ["main","master"]
228-
repository_dispatch:
229-
types: [custom-event]
230-
workflow_dispatch:
231-
pull_request:
232-
branches: ["main","master"]
233-
234-
235-
jobs:
236-
call_env_workflow:
237-
uses: computorg/workflows/.github/workflows/global-env.yml@main
238-
call_quartopublish_workflow:
239-
permissions:
240-
id-token: write
241-
contents: write
242-
pages: write
243-
uses: computorg/workflows/.github/workflows/publish-render.yml@main
244-
needs: call_env_workflow
245-
```
220+
Computo has a built-in workflow for just that purpose which comes in the form of a YAML file describing a GitHub Action. It should have been automatically added to your repository when you cloned one of our templates. It is located under `.github/workflows/build.yml`.
246221

247222
::: {.callout-important title="Content of `build.yml`"}
248223
Authors should **under no circumstances** modify this file. If you encounter a problem (such as the CI not completing successfully), please get in touch with us at <contact@computo-journal.org>.

0 commit comments

Comments
 (0)