diff options
| -rw-r--r-- | .github/workflows/build.yml | 1 | ||||
| -rw-r--r-- | .gitignore | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index db28a05..aa698b8 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -28,3 +28,4 @@ jobs: uses: actions-js/push@v1.3 with: github_token: ${{ secrets.GITHUB_TOKEN }} + branch: trunk @@ -1,2 +1,3 @@ node_modules/ .cache/ +public/page-data/dev-404-page/ |
