We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8576a4b commit c76c43aCopy full SHA for c76c43a
.github/workflows/BuildPublish.yml renamed to .github/workflows/QuartoBuildPublish.yml
@@ -1,16 +1,16 @@
1
-name: Build and Publish
+name: Build and Publish Quarto Presentation
2
3
on:
4
pull_request:
5
paths:
6
- - '.github/workflows/BuildPublish.yml'
7
- - 'presentations/intro-julia'
+ - '.github/workflows/QuartoBuildPublish.yml'
+ - 'presentations/intro-julia/**'
8
push:
9
branches:
10
- main
11
12
13
14
workflow_dispatch:
15
16
concurrency:
@@ -20,7 +20,7 @@ concurrency:
20
cancel-in-progress: ${{ startsWith(github.ref, 'refs/pull/') }}
21
22
jobs:
23
- build-publish:
+ build-publish-quarto:
24
timeout-minutes: 20
25
26
permissions:
0 commit comments