diff options
| author | Fuwn <[email protected]> | 2021-05-20 17:05:08 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2021-05-20 17:05:08 -0700 |
| commit | 7506bba58e338c280ef0bb5993b679b102f75ea4 (patch) | |
| tree | 7a3ce2c8a98101f1cc8faafc92166571744144d3 /.github/workflows | |
| parent | feat(docs): documentation about new configuration keys (diff) | |
| parent | Merge pull request #6 from Whirlsplash/renovate/typescript-4.x (diff) | |
| download | archived-site-7506bba58e338c280ef0bb5993b679b102f75ea4.tar.xz archived-site-7506bba58e338c280ef0bb5993b679b102f75ea4.zip | |
Merge branch 'main' of https://github.com/Whirlsplash/site
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/deploy.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 9fb9ba8..0b7635b 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -23,7 +23,7 @@ jobs: npm run build - name: Deploy 🚀 - uses: JamesIves/[email protected] + uses: JamesIves/[email protected] with: branch: gh-pages folder: build |