Skip to content

Commit

Permalink
Testing PP v31
Browse files Browse the repository at this point in the history
  • Loading branch information
dolsysmith authored Apr 29, 2024
1 parent 868b1e7 commit e07ad26
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/jekyll.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
uses: actions/checkout@v4
with:
repository: gwu-libraries/jekyll-journals
ref: gh-migration
ref: pp-v31
# Using SSH to authenticate with this private repo
ssh-key: ${{ secrets.JEKYLL_JOURNALS_REPO_KEY }}
# Uses the `docker/login-action` action to log in to the Container registry registry.
Expand All @@ -51,7 +51,7 @@ jobs:
run: |
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:main jekyll build --trace -s /srv/source -d /srv/dest
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
# - name: Setup Pages
# id: pages
Expand Down

0 comments on commit e07ad26

Please sign in to comment.