Closed zacky1972 closed 1 year ago
Wow! I've done it!
Assume the repository exists on the directory github/my_repo
, and the directory is not mix
project.
cd github
mix still.new my_repo
cd my_repo
git add -A
and git commit
.github/workflows/site.yml
according to https://github.com/still-ex/still/blob/master/.github/workflows/site.ymlconfig/site.exs
as import Config
git add -A
and git commit
gh-pages
branch and root
of Branch, and Save.Then, the page will be published.
Hi,
still-ex
is cool! How do I installstill-ex
to generate web pages to deploy as a GitHub Pages project site for my existing repository?