removing debug string (#1937)

This commit is contained in:
James Hodgkinson 2023-08-03 16:09:48 +10:00 committed by GitHub
parent 8a97d58084
commit 114b2b2d8e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -129,9 +129,6 @@ jobs:
with:
# Upload entire repository
path: 'docs/'
- name: what's the state
run: |
echo "${github.event}"
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v2