diff --git a/.github/workflows/codespace-template.yml b/.github/workflows/codespace-template.yml index 382faf62..bdf91f9d 100644 --- a/.github/workflows/codespace-template.yml +++ b/.github/workflows/codespace-template.yml @@ -35,6 +35,8 @@ jobs: shell: bash run: | rm -rf * + rm -rf .devcontainer + rm -rf .gitignore python -m pretext new hello -d . - name: setup git config