Skip to content

Commit f22b310

Browse files
MAINT: Tweak gh-pages workflow.
1 parent ac5179e commit f22b310

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/publish_docs_to_pages.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,10 +62,11 @@ jobs:
6262
git clean -xdf .
6363
cd dev
6464
git rm -r '*'
65-
touch .nojekyll
66-
git add .nojekyll
65+
cd ..
6766
echo "Committing emptied dev directory"
6867
git commit -m "Remove old dev documentation"
68+
mkdir dev
69+
cd dev
6970
echo "Copying /tmp/html here"
7071
cp -v -r /tmp/html/* .
7172
echo "Adding new dev documentation"

0 commit comments

Comments
 (0)