Skip to content

adjust wording, particularly "greater than" -> "beating difficulty" #176

adjust wording, particularly "greater than" -> "beating difficulty"

adjust wording, particularly "greater than" -> "beating difficulty" #176

Workflow file for this run

name: Deploy Apps
on:
workflow_dispatch:
push:
branches:
- main
paths:
- 'apps/**'
- 'favicon*'
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Copy Favicon
run: |
cp favicon.* apps/
- name: Deploy
uses: JamesIves/[email protected]
with:
branch: gh-pages
folder: apps
target-folder: apps