try this now?

This commit is contained in:
Vince Pike 2022-03-10 16:49:58 -05:00 committed by GitHub
parent f277a35aab
commit eba0577b3e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -10,6 +10,8 @@ jobs:
name: building documentation and deploying it on gh-pages branch
runs-on: ubuntu-latest
steps:
- name: clean the directory
run: rm -rfv *
- name: pull the code
uses: actions/checkout@v3
with: