Commit Graph

34 Commits

Author SHA1 Message Date
dependabot[bot]
0296cd1420
Bump @actions/core from 1.6.0 to 1.9.1 (#177)
* Bump @actions/core from 1.6.0 to 1.9.1

Bumps [@actions/core](https://github.com/actions/toolkit/tree/HEAD/packages/core) from 1.6.0 to 1.9.1.
- [Release notes](https://github.com/actions/toolkit/releases)
- [Changelog](https://github.com/actions/toolkit/blob/main/packages/core/RELEASES.md)
- [Commits](https://github.com/actions/toolkit/commits/HEAD/packages/core)

---
updated-dependencies:
- dependency-name: "@actions/core"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* Update generated content

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: CrazyMax <crazy-max@users.noreply.github.com>
2022-08-24 13:00:36 +02:00
CrazyMax
f778ace2db
update dev dependencies and workflow (#166)
Co-authored-by: CrazyMax <crazy-max@users.noreply.github.com>
2022-04-24 03:14:32 +02:00
Yannik Rödel
0c20c87f97
Add input options related to copy() (#161)
* Add absolute_build_dir input option

This commit adds absolute_build_dir as an additional input. If the
option is set, the provided build_dir argument won't be treated as a
relative path to the current working directory anymore. This is helpful
in environments like Nix, where the build is output to a static folder
(for example /nix/store).

Closes #159.

* Add follow_symlinks option

This option allows symbolic links in the source directory to be
followed, recursively copying the entire directory structure.

* Update outputs

* Add missing inputs to action.yml

* Add default values to input options

This concerns absolute_build_dir and follow_symlinks.

Co-authored-by: CrazyMax <github@crazymax.dev>

Co-authored-by: CrazyMax <github@crazymax.dev>
2022-01-13 10:51:54 +01:00
dependabot[bot]
cde164fd08
Bump @actions/core from 1.5.0 to 1.6.0 (#156)
* Bump @actions/core from 1.5.0 to 1.6.0

Bumps [@actions/core](https://github.com/actions/toolkit/tree/HEAD/packages/core) from 1.5.0 to 1.6.0.
- [Release notes](https://github.com/actions/toolkit/releases)
- [Changelog](https://github.com/actions/toolkit/blob/main/packages/core/RELEASES.md)
- [Commits](https://github.com/actions/toolkit/commits/HEAD/packages/core)

---
updated-dependencies:
- dependency-name: "@actions/core"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* Update generated content

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: CrazyMax <contact@crazymax.dev>
Co-authored-by: CrazyMax <crazy-max@users.noreply.github.com>
2022-01-12 10:14:02 +01:00
dependabot[bot]
8e7a38741f
Bump @actions/exec from 1.0.4 to 1.1.0 (#152)
* Bump @actions/exec from 1.0.4 to 1.1.0

Bumps [@actions/exec](https://github.com/actions/toolkit/tree/HEAD/packages/exec) from 1.0.4 to 1.1.0.
- [Release notes](https://github.com/actions/toolkit/releases)
- [Changelog](https://github.com/actions/toolkit/blob/main/packages/exec/RELEASES.md)
- [Commits](https://github.com/actions/toolkit/commits/@actions/core@1.1.0/packages/exec)

---
updated-dependencies:
- dependency-name: "@actions/exec"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* Update generated content

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: CrazyMax <crazy-max@users.noreply.github.com>
2021-09-04 23:49:36 +02:00
dependabot[bot]
80513f63a6
Bump @actions/core from 1.3.0 to 1.5.0 (#154)
* Bump @actions/core from 1.3.0 to 1.5.0

Bumps [@actions/core](https://github.com/actions/toolkit/tree/HEAD/packages/core) from 1.3.0 to 1.5.0.
- [Release notes](https://github.com/actions/toolkit/releases)
- [Changelog](https://github.com/actions/toolkit/blob/main/packages/core/RELEASES.md)
- [Commits](https://github.com/actions/toolkit/commits/HEAD/packages/core)

---
updated-dependencies:
- dependency-name: "@actions/core"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* Fix yarn lock

* Update generated content

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: CrazyMax <crazy-max@users.noreply.github.com>
2021-09-04 23:44:04 +02:00
CrazyMax
5613bd5086
Add verbose input (#150)
Co-authored-by: CrazyMax <crazy-max@users.noreply.github.com>
2021-05-30 05:00:48 +02:00
dependabot[bot]
a2f93efc94
Bump @actions/core from 1.2.7 to 1.3.0 (#148)
* Bump @actions/core from 1.2.7 to 1.3.0

Bumps [@actions/core](https://github.com/actions/toolkit/tree/HEAD/packages/core) from 1.2.7 to 1.3.0.
- [Release notes](https://github.com/actions/toolkit/releases)
- [Changelog](https://github.com/actions/toolkit/blob/main/packages/core/RELEASES.md)
- [Commits](https://github.com/actions/toolkit/commits/HEAD/packages/core)

Signed-off-by: dependabot[bot] <support@github.com>

* Fix Yarn
Update generated content

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: CrazyMax <crazy-max@users.noreply.github.com>
2021-05-30 04:27:36 +02:00
CrazyMax
f64acbafda
Yarn v2 (#146)
Co-authored-by: CrazyMax <crazy-max@users.noreply.github.com>
2021-05-14 23:25:37 +02:00
CrazyMax
bec28bbdd0
Verbose output (#145)
Co-authored-by: CrazyMax <crazy-max@users.noreply.github.com>
2021-05-13 02:37:07 +02:00
CrazyMax
d3e101b22a
Add dry-run input (#144)
Co-authored-by: CrazyMax <crazy-max@users.noreply.github.com>
2021-05-13 02:23:35 +02:00
dependabot[bot]
1424fdc8bb
Bump fs-extra from 9.1.0 to 10.0.0 (#139)
* Bump fs-extra from 9.1.0 to 10.0.0

Bumps [fs-extra](https://github.com/jprichardson/node-fs-extra) from 9.1.0 to 10.0.0.
- [Release notes](https://github.com/jprichardson/node-fs-extra/releases)
- [Changelog](https://github.com/jprichardson/node-fs-extra/blob/master/CHANGELOG.md)
- [Commits](https://github.com/jprichardson/node-fs-extra/compare/9.1.0...10.0.0)

Signed-off-by: dependabot[bot] <support@github.com>

* Update generated content

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: CrazyMax <crazy-max@users.noreply.github.com>
2021-05-13 00:15:32 +02:00
dependabot[bot]
6e28e382c1
Bump @actions/core from 1.2.6 to 1.2.7 (#137)
* Bump @actions/core from 1.2.6 to 1.2.7

Bumps [@actions/core](https://github.com/actions/toolkit/tree/HEAD/packages/core) from 1.2.6 to 1.2.7.
- [Release notes](https://github.com/actions/toolkit/releases)
- [Changelog](https://github.com/actions/toolkit/blob/main/packages/core/RELEASES.md)
- [Commits](https://github.com/actions/toolkit/commits/HEAD/packages/core)

Signed-off-by: dependabot[bot] <support@github.com>

* Update generated content

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: CrazyMax <crazy-max@users.noreply.github.com>
2021-04-16 13:10:01 +02:00
CrazyMax
e64e818e83
Bring back copySync (#135)
Co-authored-by: CrazyMax <crazy-max@users.noreply.github.com>
2021-03-16 01:36:23 +01:00
CrazyMax
c6b59a0018
Switch to domain input for GIT_DOMAIN 2021-03-16 00:04:53 +01:00
Libor Krzyzanek
111278e49f
Added GIT_DOMAIN env variable to override default domain (#133) 2021-03-15 10:13:58 +01:00
CrazyMax
6963e12505
Use native copy (#129) 2020-11-12 06:33:35 +01:00
CrazyMax
45b1e3298a
Allow to overwrite on copy to temp folder
Show changed files in group
2020-11-11 22:44:11 +01:00
CrazyMax
159cf0270d
Update deps 2020-10-01 20:00:30 +02:00
CrazyMax
d23f0562aa
Move zeit/ncc to vercel/ncc 2020-08-21 13:33:56 +02:00
CrazyMax
0a42a19ca7
Dereference symlinks (#121) 2020-08-06 15:04:46 +02:00
CrazyMax
fa6d1f62b3
Fix cloning repo log 2020-07-19 18:41:15 +02:00
CrazyMax
867c18df2c
Update deps 2020-06-25 09:38:28 +02:00
George Marshall
3604e9d98b
Add jekyll input option (#116)
GitHub Pages will use Jekyll to build your site by default. This input
option allows for this functionality to be disabled. The option is left
to `true` by default as setting to `false` will cause the `.nojekyll`
file to be written to the output directory.

https://help.github.com/en/github/working-with-github-pages/about-github-pages#static-site-generators
2020-06-25 07:24:31 +00:00
CrazyMax
106138a900
Switch to Yarn 2020-06-10 22:14:24 +02:00
CrazyMax
0560912917
Update generated content 2020-05-24 00:22:57 +02:00
github-actions[bot]
0207cbe8e1 Update generated content 2020-05-13 12:27:14 +00:00
CrazyMax
361e8038b1
Update workflows 2020-05-11 15:10:53 +02:00
CrazyMax
077e8dcf81
Add ability to sign commits through Import GPG GitHub Action
Add author input
Fix default committer and author for GitHub Actions bot
Replace GITHUB_PAT env var with GH_PAT (#53)
Replace committer_name and committer_email inputs with committer
2020-05-11 14:59:39 +02:00
CrazyMax
5eecabb9a5
Keep PAT if you want to deploy to another repo 2020-05-04 02:02:18 +02:00
CrazyMax
1b93ebd380
Add warning about PAT 2020-05-04 01:36:39 +02:00
crazy-max
5841df7e4e Update generated content 2020-05-03 23:14:04 +00:00
crazy-max
29283e89cb Update generated content 2020-04-30 08:20:22 +00:00
crazy-max
6237b9ce66 Update generated content 2020-04-08 22:59:36 +00:00