File tree Expand file tree Collapse file tree 3 files changed +19
-31
lines changed Expand file tree Collapse file tree 3 files changed +19
-31
lines changed Original file line number Diff line number Diff line change 1+ # This workflow will build a Java project with Maven
2+ # For more information see: https://help.github.com/actions/language-and-framework-guides/building-and-testing-java-with-maven
3+
4+ name : Deploy to GitHub Pages
5+
6+ on :
7+ release :
8+ types : [ created ]
9+
10+ jobs :
11+ build :
12+
13+ runs-on : ubuntu-latest
14+ steps :
15+ - name : Deploy GitHub Pages
16+ run : |
17+ chmod ugo+x scripts/publish-javadocs-to-github-pages.sh
18+ bash scripts/publish-javadocs-to-github-pages.sh
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 11# selenium-pom-framework
2- [ ![ Build Status ] ( https://travis-ci .com/digital-delivery-academy/selenium-pom-framework. svg?branch=master )] ( https://travis-ci .com/digital-delivery-academy/selenium-pom-framework )
2+ [ ![ GitHub Actions Build ] ( https://github .com/digital-delivery-academy/selenium-pom-framework/actions/workflows/maven.yml/badge. svg?branch=master )] ( https://github .com/digital-delivery-academy/selenium-pom-framework/actions/workflows/maven.yml )
33[ ![ GitHub Issues badge] ( https://img.shields.io/github/issues-raw/digital-delivery-academy/selenium-pom-framework?color=green )] ( https://github.com/digital-delivery-academy/selenium-pom-framework/issues )
44[ ![ All Contributors] ( https://img.shields.io/badge/all_contributors-3-orange.svg?style=flat-square )] ( #contributors )
55
You can’t perform that action at this time.
0 commit comments