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.
2 parents bc574e3 + b613c5a commit de7084eCopy full SHA for de7084e
README.md
@@ -19,6 +19,8 @@ DocC Github Pages Deploy: Deploy Generated DocC Static Site To Github-Pages.
19
20
See [action.yml](https://github.com/kiarashvosough1999/docC-github-pages-deploy/blob/master/action.yml).
21
22
+> Make sure to set the version to latest tag.
23
+
24
As An Example:
25
26
```yml
@@ -41,7 +43,7 @@ jobs:
41
43
42
44
steps:
45
- name: deploy static site
- uses: kiarashvosough1999/docC-github-pages-deploy@added-action-steps
46
+ uses: kiarashvosough1999/docC-github-pages-deploy@v1.0.0
47
```
48
49
> Make Sure give access to `pages`, `contents` and `d-token`, or the action will fail to push the site into Github-Pages.
0 commit comments