We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f2bc0f commit f7cce85Copy full SHA for f7cce85
.github/workflows/deploy.yml
@@ -18,7 +18,7 @@ jobs:
18
docker run -v ${{ github.workspace }}:/srv/jekyll -v ${{ github.workspace }}/_site2:/srv/jekyll/_site jekyll/builder:latest /bin/bash -c "chmod 777 /srv/jekyll && jekyll build --future"
19
- name: Copy Built Artifacts
20
run: |
21
- mkdir ${{ github.workspace }}/_site
+ mkdir -p ${{ github.workspace }}/_site
22
cp -r ${{ github.workspace }}/_site2/* ${{ github.workspace }}/_site/
23
- uses: actions/upload-artifact@v2
24
name: Upload intermmediate
0 commit comments