Commit Graph
60 Commits
Author SHA1 Message Date
Jess Bees 4506126207 Merge pull request #34 from actions/change-file-permissions
Before tarring site, set file read permissions
v1.0.5
2022-11-15 12:37:36 -05:00
Jess Bees 6de1c7ae49 Fix the mac shell script 2022-11-15 10:18:49 -05:00
Jess Bees de1b81a30a Use macos's non-gnu version of chmod 2022-11-14 11:41:47 -05:00
Jess Bees 61a978d261 Send a workflow warning when changing file permissions 2022-11-08 10:53:50 -05:00
Jess Bees 3cb2c0f93b Before tarring site, set file read permissions
Pages DFS needs the "group read" permission set on any file it serves,
so add read permission before tarring to prevent unreadable files from
being deployed.

This only applies to files that are built on an actions runner, not
files that are cloned from a git repoitory, because git's permissions
are limited to the equivalents of chmod 644 and 755.
2022-11-07 13:02:01 -05:00
Yoann Chaudet e02d70a4e3 Merge pull request #32 from actions/bump-actions
Update actions/checkout
2022-11-01 16:53:27 -07:00
Yoann Chaudet 73b4a0753a Merge branch 'main' into bump-actions 2022-11-01 16:49:06 -07:00
Yoann Chaudet aff0f4398b Merge pull request #14 from ncfavier/patch-1
Fall back to `sh` on non-Windows
2022-11-01 16:30:32 -07:00
Yoann Chaudet 42a1761ba2 Update actions/checkout 2022-10-31 16:25:59 -07:00
Naïm Favier 12e73a1efa Fall back to sh on non-Windows
Fixes https://github.com/actions/upload-pages-artifact/issues/13
2022-10-29 11:59:56 +02:00
James M. Greene a597aecd27 Merge pull request #19 from kylewlacy/handle-weird-paths
Handle weird input paths
v1.0.4
2022-09-02 17:16:39 -05:00
James M. Greene fa880244ea Remove redundant environment variable 2022-09-02 17:14:45 -05:00
Kyle Lacy 70a14093be Handle weird input paths by passing as env var 2022-08-27 12:42:58 -07:00
James M. Greene fb03cce750 Merge pull request #18 from actions/major-update-on-published
Run major version updates only on newly published releases
2022-08-19 13:25:51 -05:00
James M. Greene 287627f624 Trigger on "released" to avoid prereleases 2022-08-19 12:31:18 -05:00
James M. Greene 88565766e5 Only update the major tag upon publishing release 2022-08-19 12:29:14 -05:00
Yoann Chaudet d3a918bb5e Merge pull request #16 from actions/add-tests
Add tests
2022-08-19 08:56:20 -07:00
Yoann ChaudetandJames M. Greene 8ad82273b5 Update script/new-artifact.sh
Co-authored-by: James M. Greene <[email protected]>
2022-08-19 08:55:21 -07:00
Yoann ChaudetandJames M. Greene 2f3239288b Update .github/workflows/test-hosted-runners.yml
Co-authored-by: James M. Greene <[email protected]>
2022-08-19 08:55:15 -07:00
Yoann Chaudet fc6db751bf doc 2022-08-18 17:43:49 -07:00
Yoann Chaudet 888798aeba Add symlink check 2022-08-18 16:49:51 -07:00
Yoann Chaudet 2ab5cde5b2 Normalize 2022-08-18 16:42:34 -07:00
Yoann Chaudet ae9ee82aa6 Add extract 2022-08-18 16:41:23 -07:00
Yoann Chaudet 78f064a158 Fix path 2022-08-18 16:36:57 -07:00
Yoann Chaudet 6b3212610f Add tests 2022-08-18 16:33:31 -07:00
James M. Greene 6a57e48bf6 Merge pull request #12 from actions/release-procedure
Update release procedure
v1.0.3
2022-08-10 14:20:53 -05:00
James M. Greene 724b9438f5 Update release procedure 2022-08-10 14:12:37 -05:00
James M. Greene f422a5a910 Lowercase the README title 2022-08-10 14:03:15 -05:00
James M. Greene 0ab6893735 Merge pull request #11 from actions/marketplace-action-rename
Rename to include "GitHub" in "GitHub Pages" for Marketplace
2022-08-10 14:02:16 -05:00
James M. Greene fd7afbc054 Add author 2022-08-10 13:59:28 -05:00
James M. Greene 16e781d8a4 Update action.yml 2022-08-10 12:49:12 -05:00
Yoann Chaudet f4e69017a7 Merge pull request #10 from Robert-96/main
Add support for macOS-based workflows
v1.0.2
2022-08-09 11:57:32 -07:00
Dezmerean RobertandYoann Chaudet e361946409 Apply suggestions from code review
Co-authored-by: Yoann Chaudet <[email protected]>
2022-08-09 21:49:27 +03:00
Robert-96 ef7661905b Add support for macOS-based workflows 2022-08-09 02:25:59 +03:00
Yoann Chaudet 780ca3f8cd Merge pull request #7 from meowsbits/patch-1
fix syntax typo
2022-08-04 09:36:09 -07:00
meowsbits 4fe9084ffa fix syntax typo 2022-08-03 08:05:15 -07:00
Yoann Chaudet ceec27c96b Merge pull request #5 from yoannchaudet/main
Add support for `tar` on Windows
v1.0.1
2022-08-01 16:17:14 -07:00
Yoann Chaudet 4143b6e8b8 Add support for tar on Windows 2022-08-01 06:53:06 -07:00
Yoann Chaudet 9bd2be6899 Merge pull request #1 from actions/doc
Document artifacts validation + reformat a few things
v1.0.0
2022-07-13 12:15:18 -07:00
Yoann Chaudet 763007bcf1 Merge pull request #2 from actions/ignore-gh
Also .github folder from artifacts
2022-07-13 12:14:47 -07:00
Yoann Chaudet f4df6221cc Also .github folder from artifacts 2022-07-13 11:56:17 -07:00
Yoann Chaudet 8b46ca5bf4 Document artifacts validation + reformat a few things 2022-07-13 11:47:37 -07:00
Yoann Chaudet 5abd6d2e03 Merge pull request #3 from paper-spa/release
Document release + add codeowners
v0 v0.1.0
2022-05-24 15:23:42 -07:00
Yoann Chaudet 2c3f8ae730 oops 2022-05-24 15:22:15 -07:00
Yoann Chaudet 9ff20351be Fix CODEOWNERS 2022-05-24 15:21:39 -07:00
Yoann Chaudet 783c99214f Document release + add codeowners 2022-05-24 15:20:30 -07:00
Yoann Chaudet 4feee6ae5a Tweak name 2022-05-24 15:06:49 -07:00
Yoann Chaudet 9ebc849ee3 Add release drafter 2022-05-24 15:05:24 -07:00
Yoann Chaudet 9add164a32 Merge pull request #2 from paper-spa/ci
Add CI
2022-05-24 15:01:08 -07:00
Yoann Chaudet 47911bb681 Add CI 2022-05-24 14:57:20 -07:00