Skip to content

fix: make notes scrollable #107

fix: make notes scrollable

fix: make notes scrollable #107

Workflow file for this run

name: 🚀 Azure deployment
on:
push:
branches:
- main
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout 🛎
uses: actions/checkout@v3
with:
submodules: true
- name: Setup node 🔧
uses: actions/setup-node@v3
with:
node-version: 16
- name: Build And Deploy 🚀
id: builddeploy
uses: Azure/static-web-apps-deploy@v1
with:
azure_static_web_apps_api_token: ${{ secrets.AZURE_STATIC_WEB_APPS_API_TOKEN_WONDERFUL_FIELD_02CC5EE03 }}
repo_token: ${{ secrets.GITHUB_TOKEN }}
action: "upload"
app_location: "/"
output_location: "dist/clipboard"