Skip to content

Bump Microsoft.AspNetCore.Components.WebAssembly from 7.0.5 to 7.0.13… #187

Bump Microsoft.AspNetCore.Components.WebAssembly from 7.0.5 to 7.0.13…

Bump Microsoft.AspNetCore.Components.WebAssembly from 7.0.5 to 7.0.13… #187

Workflow file for this run

name: Build/Deploy Documentation
on:
push:
branches:
- master
jobs:
build-deploy-docs:
runs-on: ubuntu-20.04
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Use Node.JS
uses: actions/setup-node@v1
with:
node-version: 18.12.1
- name: Setup GitHub Deploy SSH Key
uses: webfactory/[email protected]
with:
ssh-private-key: ${{ secrets.GH_DEPLOY_SSH_KEY }}
- name: Build & Deploy Documentation
run: ./SpotifyAPI.Docs/docs.sh