Skip to content

Commit

Permalink
Update docc.yml
Browse files Browse the repository at this point in the history
Made sure the docs folder exists.
  • Loading branch information
MasterJ93 authored May 15, 2024
1 parent 8b9d3a2 commit 260483a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/docc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ jobs:
git fetch --all
git checkout docc
git rm -r docs/*
mkdir -p docs
mv docc-website/* docs
rm -r docc-website
cp CNAME docs/CNAME
Expand Down

0 comments on commit 260483a

Please sign in to comment.