Skip to content

Commit

Permalink
Update javadoc.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
thenewgoat committed Apr 26, 2024
1 parent f8f8e3e commit ffbb4d0
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions foms/.github/workflows/javadoc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,21 @@ concurrency:
cancel-in-progress: true

jobs:

check-directory:
runs-on: ubuntu-latest
steps:
- name: Print Current Directory
run: echo "Current Directory: $PWD"

build:
runs-on: ubuntu-latest
environment:
name: github-pages
url: ${{ steps.deployment.outputs.page_url }}



steps:
- uses: actions/checkout@v3

Expand Down

0 comments on commit ffbb4d0

Please sign in to comment.