Skip to content

Replace SkyDrive with OneDrive in winconfig.md #93

Replace SkyDrive with OneDrive in winconfig.md

Replace SkyDrive with OneDrive in winconfig.md #93

Workflow file for this run

name: Build Pull Request
on:
pull_request:
jobs:
###################################################
# DOCS
###################################################
build:
name: Build
runs-on: windows-latest
steps:
- name: Checkout
uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Setup dotnet
uses: actions/setup-dotnet@v3
with:
global-json-file: global.json
- name: Statiq-Build
uses: cake-build/cake-action@v1
with:
script-path: recipe.cake
target: Statiq-Build
cake-version: tool-manifest
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}