Skip to content

⬆️ Bump word-wrap from 1.2.3 to 1.2.4 #6

⬆️ Bump word-wrap from 1.2.3 to 1.2.4

⬆️ Bump word-wrap from 1.2.3 to 1.2.4 #6

Workflow file for this run

name: Build and Deploy
on: [push]
jobs:
build-and-deploy:
concurrency: ci-${{ github.ref }}
runs-on: ubuntu-latest
steps:
- name: Checkout 🛎️
uses: actions/checkout@v2
- name: Install and Build 🔧
run: |
mkdir output
cp readme.md output/
echo theme: jekyll-theme-cayman >> output/_config.yml
- name: Deploy 🚀
uses: JamesIves/github-pages-deploy-action@v4.2.5
with:
branch: gh-pages
folder: output