Skip to content

Commit

Permalink
Merge pull request #1 from SmallRaw/master
Browse files Browse the repository at this point in the history
merge
  • Loading branch information
QuincySx authored Nov 12, 2020
2 parents e6eb1d2 + 5d7e68d commit bed1929
Showing 1 changed file with 1 addition and 13 deletions.
14 changes: 1 addition & 13 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:

- name: Use Ruby
uses: actions/setup-ruby@v1
with: { ruby-version: '2.7.1' }
with: { ruby-version: '2.7.2' }

- name: Setup dependencies
run: |
Expand All @@ -69,15 +69,3 @@ jobs:
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/[email protected]
env:
SLACK_WEBHOOK: ${{ secrets.SLACK_DEPLOY_WEBHOOK_URL }}

0 comments on commit bed1929

Please sign in to comment.