Skip to content

Commit

Permalink
Set file as jinja template
Browse files Browse the repository at this point in the history
  • Loading branch information
fcollonval committed Apr 12, 2023
1 parent d1e07d5 commit 762d287
Show file tree
Hide file tree
Showing 29 changed files with 2 additions and 5 deletions.
2 changes: 2 additions & 0 deletions copier.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
_min_copier_version: "7.1.0"
_subdirectory: template
_jinja_extensions:
- jinja2_time.TimeExtension

kind:
type: str
Expand Down
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,4 @@ jobs:
steps:
- uses: jupyterlab/maintainer-tools/.github/actions/binder-link@v1
with:
{% raw %}
github_token: ${{ secrets.github_token }}
{% endraw %}
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@ permissions:
pull-requests: write

jobs:
{# Escape double curly brace #}
{% raw %}
update-snapshots:
if: ${{ github.event.issue.pull_request && contains(github.event.comment.body, 'please update playwright snapshots') }}
runs-on: ubuntu-latest
Expand Down Expand Up @@ -47,4 +45,3 @@ jobs:
# Playwright knows how to start JupyterLab server
start_server_script: 'null'
test_folder: ui-tests
{% endraw %}
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 762d287

Please sign in to comment.