Skip to content

Instantly share code, notes, and snippets.

View Deborah-Digges's full-sized avatar
🦁

Deborah Deborah-Digges

🦁
View GitHub Profile
#!/bin/sh -l
cd $GITHUB_WORKSPACE
# Install the deployer
npm install --save-dev @storybook/storybook-deployer
# Install other dependencies
npm install
name: Deploy to GitHub Pages
on:
push:
branches:
master
jobs:
build:
runs-on: ubuntu-latest
name: Deploy to GitHub Pages
on:
push:
branches:
master
jobs:
build:
runs-on: ubuntu-latest
@Deborah-Digges
Deborah-Digges / dependabot.yml
Created November 18, 2020 01:16
dependabot.yml
version: 2
updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
# Check for updates to GitHub Actions every weekday
interval: "daily"