We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 34ec6bf commit 5a76de8Copy full SHA for 5a76de8
docs/deploy.md
@@ -0,0 +1,8 @@
1
+# Deploy
2
+
3
+1. Go to your repo's _Actions_ tab and wait for the first workflow to pass.
4
+1. Check your `gh-pages` branch which was created and see that it has a some static HTML files and assets in it.
5
+1. Go to your repo's _Settings_.
6
+1. Enable a _GitHub Pages_ site on the **root** path of the `gh-pages` branch.
7
+1. Go to the _Environment_ section on the right of repo to check the status of the build.
8
+1. When it is done, click _View Deployment_ to open your site URL.
0 commit comments