We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d5aef45 commit c3c02f8Copy full SHA for c3c02f8
1 file changed
.github/workflows/publish-docs.yml
@@ -31,10 +31,3 @@ jobs:
31
- name: Deploy Docs
32
run: mkdocs gh-deploy --force
33
34
-**Step 3: Push and Configure**
35
-1. Commit and push this `.github` folder to your repository.
36
-2. The Action will automatically run (you can watch it in the **Actions** tab on GitHub).
37
-3. Once it finishes, go to **Settings** > **Pages**.
38
-4. Set the **Source** to **Deploy from a branch** and select the `gh-pages` branch as your source.
39
-
40
-Your documentation is now live and will automatically update whenever you push new changes to your markdown files!
0 commit comments