Skip to content

Commit

Permalink
Update htmlgenerator.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Juliettejns authored Sep 18, 2024
1 parent 733e438 commit 3b3780a
Showing 1 changed file with 7 additions and 10 deletions.
17 changes: 7 additions & 10 deletions .github/workflows/htmlgenerator.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@ on:
- main

jobs:
create-files:
createFile:
runs-on: ubuntu-latest

steps:
- name: Checkout code
uses: actions/checkout@v3
- uses: actions/checkout@v2
- uses: 1arp/create-a-file-action@0.4.5

- name: Set up Python (if you use Python for scripts)
uses: actions/setup-python@v4
Expand All @@ -26,11 +26,8 @@ jobs:
- name: Create HTML pages
run: |
python3 XML2HTML.py
- name: Commit new files
run: |
git config --global user.name 'GitHub Actions'
git config --global user.email 'actions@github.com'
git add dataset_html/
git commit -m 'Add new files'
git config --global user.name "GitHub Actions"
git config --global user.email "actions@github.com"
git add .
git commit -m "Update files"
git push

0 comments on commit 3b3780a

Please sign in to comment.