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 0b10c68 commit ce312b6Copy full SHA for ce312b6
.github/workflows/github-pages.yml
@@ -3,9 +3,12 @@ name: GitHub Pages deployment
3
on:
4
push:
5
branches:
6
- - "main"
+ - main
7
paths:
8
- "docs/**"
9
+ repository_dispatch:
10
+ types:
11
+ - tibiadata-api-docs-deploy
12
workflow_dispatch:
13
14
# Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages
@@ -18,10 +21,6 @@ concurrency:
18
21
group: "pages"
19
22
cancel-in-progress: false
20
23
-defaults:
- run:
- shell: bash
24
-
25
jobs:
26
build:
27
runs-on: ubuntu-latest
0 commit comments