Skip to content

Commit 7c027d7

Browse files
committed
First fix.
1 parent 1a5e957 commit 7c027d7

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,12 @@ jobs:
1111
runs-on: ubuntu-latest
1212

1313
steps:
14-
- uses: actions/checkout@v1
14+
- uses: actions/checkout@v2
1515
- name: Build the site in the jekyll/builder container
1616
run: |
1717
docker run \
1818
-v ${{ github.workspace }}:/srv/jekyll -v ${{ github.workspace }}/_site:/srv/jekyll/_site \
1919
jekyll/builder:latest /bin/bash -c "chmod 777 /srv/jekyll && jekyll build --future"
20-
- uses: actions/checkout@v2
2120
- name: Compute tSNE Embeddings
2221
uses: actions/setup-python@v2
2322
with:

0 commit comments

Comments
 (0)