Skip to content

Commit

Permalink
Test with jekyll action
Browse files Browse the repository at this point in the history
  • Loading branch information
Ondrej Janus committed Oct 3, 2023
1 parent 9d30024 commit b7305ff
Showing 1 changed file with 10 additions and 13 deletions.
23 changes: 10 additions & 13 deletions .github/workflows/pr_verification.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ jobs:
run: sudo apt-get install -y plantuml

- name: Setup Pages
id: pages
uses: actions/configure-pages@v3

- name: Setup Ruby
Expand All @@ -33,23 +34,19 @@ jobs:
gem install bundler
bundle install --jobs 4 --retry 3
- name: Build site
run: |
bundle exec jekyll build
# - name: Build site
# run: |
# bundle exec jekyll build

- name: Build with Jekyll
uses: actions/jekyll-build-pages@v1
with:
source: ./
destination: ./_site

- name: Upload artifact
uses: actions/upload-pages-artifact@v1

# - name: Setup Pages
# id: pages
# uses: actions/configure-pages@v3

# - name: Build with Jekyll
# uses: actions/jekyll-build-pages@v1
# with:
# source: ./
# destination: ./_site

deploy:
runs-on: ubuntu-latest
needs: build
Expand Down

0 comments on commit b7305ff

Please sign in to comment.