Skip to content

Commit

Permalink
remove validate as it is duplicated
Browse files Browse the repository at this point in the history
  • Loading branch information
woojoong88 committed Nov 19, 2024
1 parent 8e9dd07 commit 5ce90c7
Showing 1 changed file with 0 additions and 23 deletions.
23 changes: 0 additions & 23 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,29 +11,6 @@ on:


jobs:
validate:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4

- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: 3.11

- name: Build docs
run: make html

- name: List built files
run: |
files=$(ls ${{ github.workspace }}/_build/html)
if [ -z "$files" ]; then
echo "No files found in _build/html directory"
exit 1
else
echo "$files"
fi
# NOTE: Action to tag repo, publish images/documents only enabled for "onosproject"
# CAUTION: Other actions depend on this name "tag-github"
tag-github:
Expand Down

0 comments on commit 5ce90c7

Please sign in to comment.