TheLartians / ModernCppStarter

🚀 Kick-start your C++! A template for modern C++ projects using CMake, CI, code coverage, clang-format, reproducible dependency management and much more.
https://thelartians.github.io/ModernCppStarter
The Unlicense
4.33k stars 381 forks source link

Fix GitHub pages #191

Open Zen0x7 opened 1 month ago

Zen0x7 commented 1 month ago

image

As peaceiris/actions-gh-pages README describes:

permissions:
    contents: write

is required. In other hand, without that, the step will fail.

Also a jump to the version 4 is recommended.

Basically because i did a test on the action without this change, just doesn't work:

image

Anyways, thanks so much @TheLartians.