We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1b8fb3e commit 0db56e7Copy full SHA for 0db56e7
.github/workflows/deploy.yml
@@ -14,6 +14,7 @@ jobs:
14
- uses: actions/checkout@v2
15
- name: Build the site in the jekyll/builder container
16
run: |
17
+ rm ${{ github.workspace }}/_publications/template
18
mkdir ${{ github.workspace }}/_site
19
docker run \
20
-v ${{ github.workspace }}:/srv/jekyll -v ${{ github.workspace }}/_site2:/srv/jekyll/_site \
0 commit comments