common-workflow-language / cwlcon2024

Website for the 2024 CWL Conference
https://www.commonwl.org/conferences/2024/
GNU General Public License v3.0
1 stars 0 forks source link

Move site to commonwl.org #8

Closed alexiswl closed 12 months ago

alexiswl commented 12 months ago

Resolves #1

Differs from suggestion in https://github.com/common-workflow-language/cwlcon2024/issues/1#issuecomment-1772235987 by adding 'target-directory' parameter.

alexiswl commented 12 months ago

https://github.com/common-workflow-language/cwlcon2024/actions/runs/6822736914/job/18555321620

Some notes:

Warning: Unexpected input(s) 'commit-message', 'target-branch', 'target-directory', valid inputs are ['entryPoint', 'args', 'source-directory', 'destination-github-username', 'destination-repository-name', 'user-email']
cp: can't stat 'common-workflow-language.github.io//*': No such file or directory
[master 3c24610] Update from https://github.com/common-workflow-language/cwlcon2024/commit/d15baec57c88ce3ff38baccda7a737f48b5473c0)
 383 files changed, 98471 deletions(-)
 delete mode 100644 404.html
 ....
 delete mode 100644 v1.2/salad.ttl
fatal: could not read Password for 'https://github.com/': No such device or address
alexiswl commented 12 months ago

Warning: Unexpected input(s) 'commit-message', 'target-branch', 'target-directory', valid inputs are ['entryPoint', 'args', 'source-directory', 'destination-github-username', 'destination-repository-name', 'user-email']

I think this is an action version issue, can use @main instead but would prefer to fix to at least a major version (but I don't think that's working). So will do v1.7.2 instead as the action version instead.

alexiswl commented 12 months ago

We might need to place this work in a subdirectory - https://cpina.github.io/push-to-another-repository-docs/faq.html#how-can-i-copy-the-whole-repository, since copying the whole repository will also copy over this GitHub Action workflow.