Skip to content

Enhance WeatherKit API specification: add examples, refine dataSets p… #3

Enhance WeatherKit API specification: add examples, refine dataSets p…

Enhance WeatherKit API specification: add examples, refine dataSets p… #3

Workflow file for this run

name: Deploy to GitHub Pages
on:
push:
branches:
- main
jobs:
build-and-deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Setup Pages
uses: actions/configure-pages@v3
- name: Upload artifact
uses: actions/upload-pages-artifact@v1
with:
path: |
index.html
weatherkit.yaml
README.md
- name: Deploy to Pages
uses: actions/deploy-pages@v1