Merge pull request 8162
This commit is contained in:
Max Chadwick 2020-05-07 01:46:58 -04:00 committed by GitHub
parent 190219414a
commit 88c0617588
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -93,7 +93,7 @@ was generated with an old version of Bundler.
### Setting up the Action ### Setting up the Action
GitHub Actions are registered for a repository by using a YAML file inside the directory path GitHub Actions are registered for a repository by using a YAML file inside the directory path
`.github/worksflows` (note the dot at the start). Here we shall employ `.github/workflows` (note the dot at the start). Here we shall employ
[Jekyll Actions][jekyll-actions] from the Marketplace for its simplicity. [Jekyll Actions][jekyll-actions] from the Marketplace for its simplicity.
Create a **workflow file**, say `github-pages.yml`, using either the GitHub interface or by pushing Create a **workflow file**, say `github-pages.yml`, using either the GitHub interface or by pushing