Skip to content

Commit

Permalink
Merge pull request #3 from actions/paper-spa-updates
Browse files Browse the repository at this point in the history
Pull in latest updates
  • Loading branch information
Yoann Chaudet authored and GitHub committed Jul 26, 2022
2 parents bfe36bc + 49843a9 commit 677bce1
Show file tree
Hide file tree
Showing 55 changed files with 1,146 additions and 680 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
node_modules/
/src/fixtures/tmp

# Editors
.vscode/
Expand Down
10 changes: 10 additions & 0 deletions .prettierrc.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# Prettier (formatter) configuration
---
printWidth: 80
tabWidth: 2
useTabs: false
semi: false
singleQuote: true
trailingComma: none
bracketSpacing: false
arrowParens: avoid
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

An action to enable Pages and extract various metadata about a site. It can also be used to configure various static site generators we support as [starter workflows][starter-workflows].

See [`set-pages-path.js`](./src/set-pages-path.js) for more details on how we configure static site generators to work "out of the box" with GitHub Pages.

# Usage

See [action.yml](action.yml) and the [Pages starter workflows][starter-workflows].
Expand Down
2 changes: 2 additions & 0 deletions dist/gatsby.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
// Default Pages configuration for Gatsby
module.exports = {}
Loading

0 comments on commit 677bce1

Please sign in to comment.