Skip to content

Commit

Permalink
automate readme deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
H34D committed Oct 28, 2022
1 parent 236c1aa commit bab94f3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/readme.com.yaml
@@ -1,4 +1,4 @@
name: Sync README to ReadMe.com
name: Deploy README to ReadMe.com

# Run workflow for every push to the `main` branch
on:
Expand All @@ -14,7 +14,7 @@ jobs:
uses: actions/checkout@v3

# Run GitHub Action to sync docs in `documentation` directory
- name: GitHub Action
- name: Deploy Readme to ReadMe.com
# We recommend specifying a fixed version, i.e. @7.5.0
# Docs: https://docs.github.com/actions/using-workflows/workflow-syntax-for-github-actions#example-using-versioned-actions
uses: readmeio/rdme@7.5.0
Expand Down

0 comments on commit bab94f3

Please sign in to comment.