Skip to content

add DHL Report

add DHL Report #6

Workflow file for this run

name: deploy
on: [push]
jobs:
pages-directory-listing-release:
runs-on: ubuntu-latest
name: Actions Template
steps:
- name: Checkout Repository
uses: actions/checkout@v3
- name: Generate Directory Listings
uses: jayanta525/github-pages-directory-listing@v4.0.0
with:
FOLDER: data
- name: Deploy to Pages
uses: JamesIves/github-pages-deploy-action@4.1.3
with:
BRANCH: gh-pages
FOLDER: data