Skip to content

Fixing the minutes link for september to actually be for september. (… #411

Fixing the minutes link for september to actually be for september. (…

Fixing the minutes link for september to actually be for september. (… #411

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/