Skip to content

Commit 8c1e4c7

Browse files
committed
disable workflows/deploy-cheatsheet.yml
1 parent 18165a5 commit 8c1e4c7

File tree

1 file changed

+28
-28
lines changed

1 file changed

+28
-28
lines changed
Lines changed: 28 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -1,37 +1,37 @@
1-
# .github/workflows/deploy-cheatsheet.yml
1+
# # .github/workflows/deploy-cheatsheet.yml
22

3-
name: Deploy Cheatsheet to GitHub Pages
3+
# name: Deploy Cheatsheet to GitHub Pages
44

5-
on:
6-
push:
7-
branches: [ main ] # Or your default branch
8-
paths:
9-
- 'doc/cheatsheet/**'
5+
# on:
6+
# push:
7+
# branches: [ main ] # Or your default branch
8+
# paths:
9+
# - 'doc/cheatsheet/**'
1010

11-
permissions:
12-
contents: read
13-
pages: write
14-
id-token: write
11+
# permissions:
12+
# contents: read
13+
# pages: write
14+
# id-token: write
1515

16-
concurrency:
17-
group: 'pages'
18-
cancel-in-progress: true
16+
# concurrency:
17+
# group: 'pages'
18+
# cancel-in-progress: true
1919

20-
jobs:
21-
deploy:
22-
runs-on: ubuntu-latest
20+
# jobs:
21+
# deploy:
22+
# runs-on: ubuntu-latest
2323

24-
steps:
25-
- name: Checkout Repository
26-
uses: actions/checkout@v3
24+
# steps:
25+
# - name: Checkout Repository
26+
# uses: actions/checkout@v3
2727

28-
- name: Setup Pages
29-
uses: actions/configure-pages@v3
28+
# - name: Setup Pages
29+
# uses: actions/configure-pages@v3
3030

31-
- name: Upload Cheatsheet files
32-
uses: actions/upload-pages-artifact@v2
33-
with:
34-
path: doc/cheatsheet
31+
# - name: Upload Cheatsheet files
32+
# uses: actions/upload-pages-artifact@v2
33+
# with:
34+
# path: doc/cheatsheet
3535

36-
- name: Deploy to GitHub Pages
37-
uses: actions/deploy-pages@v2
36+
# - name: Deploy to GitHub Pages
37+
# uses: actions/deploy-pages@v2

0 commit comments

Comments
 (0)