Implement version selector master dynamic and also solve backward file structure #2
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Check in which version a page is available | |
on: [pull_request] | |
jobs: | |
check-page-availability: | |
runs-on: ubuntu-20.04 | |
name: Check version a page is available | |
steps: | |
# Checkout your code | |
- name: Checkout | |
uses: actions/checkout@v2 | |
- name: Set up Go | |
uses: actions/setup-go@v3 | |
with: | |
go-version: '1.20' | |
- name: "Generate page availability and versions" | |
run: | | |
cd scripts | |
python3 page_available_since.py |