Skip to content

Commit

Permalink
Fixed typo in github action yaml file
Browse files Browse the repository at this point in the history
  • Loading branch information
jesper-friis committed Oct 14, 2020
1 parent c9a2e13 commit f0236fc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/update_pages.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Update GitHub Pages with generated documentation and inferred ontology
name: Update GitHub Pages

on:
push:
Expand Down Expand Up @@ -52,4 +52,4 @@ jobs:

- name: Update GitHub Pages
run: |
.github/pages/scripts/update_pages.sh
.github/scripts/update_pages.sh

0 comments on commit f0236fc

Please sign in to comment.