Skip to content

Added more information to reflect the fact that the SIG is launched (… #416

Added more information to reflect the fact that the SIG is launched (…

Added more information to reflect the fact that the SIG is launched (… #416

name: Deploy to GitHub Pages
on:
push:
branches:
- master
jobs:
build-and-deploy:
if: github.repository == 'AlmaLinux/wiki'
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@master
- name: Build and Deploy
uses: jenkey2011/vuepress-deploy@master
env:
ACCESS_TOKEN: ${{ secrets.ACCESS_TOKEN }}
TARGET_REPO: AlmaLinux/wiki
TARGET_BRANCH: gh-pages
BUILD_SCRIPT: yarn && yarn docs:build
BUILD_DIR: docs/.vuepress/dist/