Skip to content

feat: add new article on automating macOS development environment wit… #48

feat: add new article on automating macOS development environment wit…

feat: add new article on automating macOS development environment wit… #48

Workflow file for this run

on: push
name: Build and deploy
jobs:
deploy:
runs-on: ubuntu-latest
if: github.ref == 'refs/heads/master'
steps:
- name: checkout
uses: actions/checkout@v3
- name: build_and_deploy
uses: shalzz/zola-deploy-action@v0.17.2
env:
PAGES_BRANCH: gh-pages
TOKEN: ${{ secrets.GITHUB_TOKEN }}