File tree Expand file tree Collapse file tree 1 file changed +28
-28
lines changed
Expand file tree Collapse file tree 1 file changed +28
-28
lines changed Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments