We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1a5e957 commit 7c027d7Copy full SHA for 7c027d7
.github/workflows/deploy.yml
@@ -11,13 +11,12 @@ jobs:
11
runs-on: ubuntu-latest
12
13
steps:
14
- - uses: actions/checkout@v1
+ - uses: actions/checkout@v2
15
- name: Build the site in the jekyll/builder container
16
run: |
17
docker run \
18
-v ${{ github.workspace }}:/srv/jekyll -v ${{ github.workspace }}/_site:/srv/jekyll/_site \
19
jekyll/builder:latest /bin/bash -c "chmod 777 /srv/jekyll && jekyll build --future"
20
- - uses: actions/checkout@v2
21
- name: Compute tSNE Embeddings
22
uses: actions/setup-python@v2
23
with:
0 commit comments