Skip to content

Bump rexml from 3.3.3 to 3.3.6 (#7) #39

Bump rexml from 3.3.3 to 3.3.6 (#7)

Bump rexml from 3.3.3 to 3.3.6 (#7) #39

Workflow file for this run

name: Testing the GitHub Pages publication
on:
push:
branches:
- master
jobs:
jekyll:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
# Specify the target branch (optional)
- uses: helaili/jekyll-action@v2
with:
token: ${{ secrets.GITHUB_TOKEN }}
target_branch: 'gh-pages'