Skip to content

Commit 363e372

Browse files
Update src/en/publish/web/readme.md
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
1 parent 5114717 commit 363e372

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/en/publish/web/readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
uses: actions/deploy-pages@v4
5050
```
5151
52-
4. In the `Pages` menu item under the storage repository settings you created, select `Build and deployment > Source > GitHub Actions`. This will enable `GitHub Actions`
52+
4. In your repository's **Settings**, go to the **Pages** section. Under **Build and deployment**, set the **Source** to **GitHub Actions**.
5353
5454
5. Push the code to the `main` branch and wait for the `GitHub Action` to complete. You should see the site deployed to `https://<username>.github.io/[repository]/` or `https://<custom-domain>/`, depending on your settings. From then on, the deployment will be automatically triggered every time you push to the `main` branch.
5555

0 commit comments

Comments
 (0)