Skip to content

testing

testing #150

name: Deploy to GitHub Pages
on: push
jobs:
test:
runs-on: ubuntu-latest
env:
REPO: ${{ github.repository }}
steps:
- name: Get repo
run: echo ${{ env.REPO }}