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 4e2634a commit 2dd8360Copy full SHA for 2dd8360
.github/workflows/main.yml
@@ -1,4 +1,4 @@
1
-## tic GitHub Actions template: linux-macos-windows-deploy
+## tic GitHub Actions template: custom-deploy
2
## revision date: 2021-06-27
3
on:
4
workflow_dispatch:
@@ -22,7 +22,7 @@ jobs:
22
matrix:
23
config:
24
# use a different tic template type if you do not want to build on all listed platforms
25
- - { os: windows-latest, r: "release" }
+ # - { os: windows-latest, r: "release" }
26
- { os: macOS-latest, r: "release", pkgdown: "true", latex: "true" }
27
- { os: ubuntu-latest, r: "devel" }
28
- { os: ubuntu-latest, r: "release" }
0 commit comments