Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
cache: pip
python-version: ${{ matrix.python-version }}
- run: pip install copier
- run: copier -r HEAD -f . .
- run: copier copy -r HEAD -f . .
- run: git diff
- run: git status --porcelain
- run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
cache: pip
python-version: {{ '${{ matrix.python-version }}' }}
- run: pip install copier
- run: copier -r HEAD -f . .
- run: copier copy -r HEAD -f . .
- run: git diff
- run: git status --porcelain
- run: |
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ If you find this helpful, please consider [sponsorship](https://github.com/spons
1. Generate the project with the `copier` command.

```
copier gh:huxuan/serious-scaffold-python /path/to/project
copier copy gh:huxuan/serious-scaffold-python /path/to/project
```

1. Initialize the project with the `git` and `make` commands.
Expand Down
2 changes: 1 addition & 1 deletion README.md.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ If you find this helpful, please consider [sponsorship](https://github.com/spons
1. Generate the project with the `copier` command.

```
copier gh:huxuan/serious-scaffold-python /path/to/project
copier copy gh:huxuan/serious-scaffold-python /path/to/project
```

1. Initialize the project with the `git` and `make` commands.
Expand Down