Skip to content
This repository was archived by the owner on Jan 26, 2024. It is now read-only.

Commit f75c740

Browse files
committed
moves imges to /docs/img folder
1 parent 494f477 commit f75c740

7 files changed

+5
-5
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
**Deploy your Angular app to GitHub pages directly from the Angular CLI! 🚀**
77

8-
![Screenshot](docs/angular-cli-ghpages-deploy.gif)
8+
![Screenshot](docs/img/angular-cli-ghpages-deploy.gif)
99

1010
**Table of contents:**
1111

docs/README_environment_github_actions.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,21 +20,21 @@ Please ensure that you've read the prerequisites section before continuing with
2020
1. Create a [Personal Access Token with repo access](https://help.github.com/en/articles/creating-a-personal-access-token-for-the-command-line) (POA) and copy the token.
2121
- Make sure it has this access:
2222

23-
![repo access](./repo-access.png)
23+
![repo access](img/repo-access.png)
2424
2. Open up your Github repo.
2525
3. Go to **Settings** > **Secrets** and click on **Add a new secret** link.
2626

27-
![add new secret](./add-new-secret.png)
27+
![add new secret](img/add-new-secret.png)
2828
4. Create a secret with name `GH_TOKEN` and paste your POA, which you copied in step 1, in value.
2929

30-
![secret name and value](./secret-token-value.png)
30+
![secret name and value](img/secret-token-value.png)
3131

3232
### Setup Github Action Flow
3333

3434
1. Open up your Github repo.
3535
2. Go to **Actions** amd click on **Set up workflow yourself**.
3636

37-
![setup workflow](./setup-workflow.png)
37+
![setup workflow](img/setup-workflow.png)
3838

3939
3. A New File editor will open, keep the file name (e.g. *main.yml*) as it is, simply replace all content to below:
4040

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)