You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<p>GitHub Pages with <strong>${{ github.sha }}</strong> commit ID has been deployed through <a href="https://github.com/marketplace/actions/github-pages">GitHub Pages action</a> successfully.</p>
@@ -9,7 +12,7 @@ A GitHub Action for deploying GitHub Pages
9
12
10
13
## 🚀 Usage
11
14
12
-
Below is a simple to deploy to GitHub Pages:
15
+
Below is a simple to deploy to GitHub Pages. A [live example](https://github.com/crazy-max/ghaction-github-pages/actions) is also available for this repository.
13
16
14
17
```yaml
15
18
name: website
@@ -34,7 +37,7 @@ jobs:
34
37
<title>GitHub Pages deployed!</title>
35
38
</head>
36
39
<body>
37
-
<p>GitHub Pages with <strong>${{ github.sha }}</strong> commit ID has been deployed through <a href="">GitHub Pages action</a> successfully.</p>
40
+
<p>GitHub Pages with <strong>${{ github.sha }}</strong> commit ID has been deployed through <a href="https://github.com/marketplace/actions/github-pages">GitHub Pages action</a> successfully.</p>
0 commit comments