diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index f7e871505..74a3c06f3 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -62,9 +62,22 @@ jobs: - run: yarn build - - name: Deploy to gh-pages + - name: "Deploy to gh-pages 🚀" uses: JamesIves/github-pages-deploy-action@releases/v3 with: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} BRANCH: gh-pages FOLDER: _site + + - name: "Deploy to mirror 🚀" + uses: JamesIves/github-pages-deploy-action@releases/v3 + with: + ACCESS_TOKEN: ${{ secrets.PERSONAL_ACCESS_TOKEN }} + REPOSITORY_NAME: rstacruz/devhints-mirror + BRANCH: gh-pages + FOLDER: _site + + - name: "Notify Slack 📢" + uses: rtCamp/action-slack-notify@v2.0.2 + env: + SLACK_WEBHOOK: ${{ secrets.SLACK_DEPLOY_WEBHOOK_URL }} diff --git a/README.md b/README.md index 5bf819946..443557dfc 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,12 @@
+TL;DR for developer documentation - a ridiculous collection of cheatsheets +