Skip to content

Commit 5fcc007

Browse files
committed
Deploy to devhints-mirror
1 parent 1fa9711 commit 5fcc007

File tree

2 files changed

+13
-2
lines changed

2 files changed

+13
-2
lines changed

.github/workflows/deploy.yml

+9-1
Original file line numberDiff line numberDiff line change
@@ -62,9 +62,17 @@ jobs:
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

README.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
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

0 commit comments

Comments
 (0)