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 96768f1 commit a1a0746Copy full SHA for a1a0746
.github/workflows/deploy_docs.yml
@@ -1,23 +1,18 @@
1
-name: Documenter
+name: Documentation
2
on:
3
push:
4
branches:
5
- master
6
- tags: [v*]
+ tags: '*'
7
pull_request:
8
- workflow_dispatch:
9
-
10
-concurrency:
11
- group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
12
- cancel-in-progress: true
+ types: [opened, synchronize, reopened]
13
14
jobs:
15
- docdeploy:
+ build:
16
# These permissions are needed to:
17
# - Deploy the documentation: https://documenter.juliadocs.org/stable/man/hosting/#Permissions
18
# - Delete old caches: https://github.com/julia-actions/cache#usage
19
permissions:
20
- actions: write
21
contents: write
22
pull-requests: read
23
statuses: write
0 commit comments