Skip to content

Commit 677bce1

Browse files
authored
Merge pull request #3 from actions/paper-spa-updates
Pull in latest updates
2 parents bfe36bc + 49843a9 commit 677bce1

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

55 files changed

+1146
-680
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
node_modules/
2+
/src/fixtures/tmp
23

34
# Editors
45
.vscode/

.prettierrc.yaml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# Prettier (formatter) configuration
2+
---
3+
printWidth: 80
4+
tabWidth: 2
5+
useTabs: false
6+
semi: false
7+
singleQuote: true
8+
trailingComma: none
9+
bracketSpacing: false
10+
arrowParens: avoid

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
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].
44

5+
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.
6+
57
# Usage
68

79
See [action.yml](action.yml) and the [Pages starter workflows][starter-workflows].

dist/gatsby.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
// Default Pages configuration for Gatsby
2+
module.exports = {}

0 commit comments

Comments
 (0)