Skip to content

Commit

Permalink
Copy w/ permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
dolsysmith authored Apr 30, 2024
1 parent 6573feb commit 4e8fef0
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions .github/workflows/jekyll.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,16 +52,8 @@ jobs:
mkdir ${{ github.workspace }}/builds
sudo chown -R 1000 ${{ github.workspace }}/builds
docker run --volume="${{ github.workspace }}/builds:/srv/dest" --volume="${{ github.workspace }}/${{ inputs.sourceSite }}:/srv/source" --volume="jekyll-cache:/srv/source/.jekyll-cache" -e JEKYLL_ENV=production ghcr.io/gwu-libraries/jekyll-journals-builder:pp-v31 jekyll build --trace -s /srv/source -d /srv/dest
cp ${{ github.workspace }}/builds/issues/volume_31.html ${{ github.workspace }}/builds/index.html
sudo cp ${{ github.workspace }}/builds/issues/volume_31.html ${{ github.workspace }}/builds/index.html
# - name: Setup Pages
# id: pages
# uses: actions/configure-pages@v5
# - name: Build with Jekyll
# # Outputs to the './_site' directory by default
# run: bundle exec jekyll build --baseurl "${{ steps.pages.outputs.base_path }}"
# env:
# JEKYLL_ENV: production
- name: Upload artifact
# Automatically uploads an artifact from the './_site' directory by default
uses: actions/upload-pages-artifact@v3
Expand Down

0 comments on commit 4e8fef0

Please sign in to comment.