Commit 5fcc007 1 parent 1fa9711 commit 5fcc007 Copy full SHA for 5fcc007
File tree 2 files changed +13
-2
lines changed
2 files changed +13
-2
lines changed Original file line number Diff line number Diff line change 62
62
63
63
- run : yarn build
64
64
65
- - name : Deploy to gh-pages
65
+ - name : " Deploy to gh-pages 🚀 "
66
66
uses : JamesIves/github-pages-deploy-action@releases/v3
67
67
with :
68
68
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
69
69
BRANCH : gh-pages
70
70
FOLDER : _site
71
+
72
+ - name : " Deploy to mirror 🚀"
73
+ uses : JamesIves/github-pages-deploy-action@releases/v3
74
+ with :
75
+ ACCESS_TOKEN : ${{ secrets.PERSONAL_ACCESS_TOKEN }}
76
+ REPOSITORY_NAME : rstacruz/devhints-mirror
77
+ BRANCH : gh-pages
78
+ FOLDER : _site
Original file line number Diff line number Diff line change 1
1
<h1 align =' center ' >Devhints</h1 >
2
2
3
- > TL;DR for developer documentation - a ridiculous collection of cheatsheets
3
+ <blockquote align =' center ' >
4
+ TL;DR for developer documentation - a ridiculous collection of cheatsheets
5
+ </blockquote >
4
6
5
7
<p align =' center ' >
6
8
<a href =' https://travis-ci.org/rstacruz/cheatsheets ' ><img src =' https://travis-ci.org/rstacruz/cheatsheets.svg?branch=master ' alt =' See test builds ' ></a >
9
+ <a href =' https://github.com/rstacruz/cheatsheets/actions?query=workflow%3ADeploy ' ><img src =' https://github.com/rstacruz/cheatsheets/workflows/Deploy/badge.svg ' alt =' GitHub pages deploy status ' ></a >
7
10
<a href =' https://app.netlify.com/sites/devhints-cheatsheets/deploys ' ><img src =' https://api.netlify.com/api/v1/badges/c66b2a8b-5147-4243-9bf6-e2143126f6c8/deploy-status ' alt =' Netlify deploy status ' ></a >
8
11
</p >
9
12
You can’t perform that action at this time.
0 commit comments