Skip to content

Update Virt-manager.md #142

Update Virt-manager.md

Update Virt-manager.md #142

Workflow file for this run

name: Github Pages
on:
push:
branches: [ master ]
pull_request:
jobs:
build:
runs-on: ubuntu-latest
if: github.repository == 'mocaccinoOS/website'
steps:
- uses: actions/checkout@v2
with:
submodules: 'recursive'
- name: Build 🔧
run: |
make build
- name: Deploy 🚀
if: github.ref == 'refs/heads/master' && github.event_name == 'push'
uses: JamesIves/github-pages-deploy-action@releases/v3
with:
ACCESS_TOKEN: ${{ secrets.ACCESS_TOKEN }}
BRANCH: gh-pages
FOLDER: public