File tree Expand file tree Collapse file tree 2 files changed +13
-2
lines changed Expand file tree Collapse file tree 2 files changed +13
-2
lines changed Original file line number Diff line number Diff line change 6262
6363 - run : yarn build
6464
65- - name : Deploy to gh-pages
65+ - name : " Deploy to gh-pages 🚀 "
6666 uses : JamesIves/github-pages-deploy-action@releases/v3
6767 with :
6868 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
6969 BRANCH : gh-pages
7070 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 11<h1 align =' center ' >Devhints</h1 >
22
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 >
46
57<p align =' center ' >
68<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 >
710<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 >
811</p >
912
You can’t perform that action at this time.
0 commit comments