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 4c48ea6 commit beef2a8Copy full SHA for beef2a8
.github/workflows/gh-pages-deploy.yaml
@@ -10,6 +10,8 @@ jobs:
10
steps:
11
- name: Checkout
12
uses: actions/checkout@v4
13
+ with:
14
+ token: ${{ secrets.GITHUB_TOKEN }}
15
16
- name: Setup Python
17
uses: actions/setup-python@v4
README.md
@@ -29,5 +29,6 @@ And browse to `http://localhost:8080/`.
29
## TODO: How to deploy to Github pages
30
31
- Create branch called gh-pages
32
-- Repository -> Settings -> Pages -> Source -> Github Actions or Deploy From A Branch?
+- Repository -> Settings -> Pages -> Source -> Github Actions or Deploy From A Branch
33
+- Ensure GITHUB_TOKEN is in gh-pages-deploy.yaml
34
0 commit comments