Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
lpugin committed Oct 18, 2024
1 parent 565db6c commit f3624cf
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
with:
ruby-version: '3.1'

# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
# Checks-out external repositories
- uses: actions/checkout@v4
with:
repository: ${{ env.MUSCAT_GUIDELINES_REPO }}
Expand All @@ -50,10 +50,7 @@ jobs:
repository: ${{ env.TRANSLATIONS_REPO }}
path: ${{ env.TRANSLATIONS_PATH }}

- run: pwd |
ls

# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
# Checks-out your repository under $BUILD_PATH
- uses: actions/checkout@v4
with:
path: ${{ env.BUILD_PATH }}
Expand All @@ -74,8 +71,6 @@ jobs:
- name: "Build the site"
working-directory: ${{ env.BUILD_PATH }}
run: |
pwd
ls
bundle config path vendor/bundle
bundle install
bundle exec jekyll build

0 comments on commit f3624cf

Please sign in to comment.