Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error with deploy_key #339

Closed
1 task done
ndem0 opened this issue Jun 5, 2020 · 21 comments
Closed
1 task done

Error with deploy_key #339

ndem0 opened this issue Jun 5, 2020 · 21 comments
Assignees
Labels
enhancement New feature or request resolved support User support

Comments

@ndem0
Copy link

ndem0 commented Jun 5, 2020

Note that an issue which does not follow the template will be closed silently.

Check list before opening this issue

Describe your question

Trying to push the docs/build/html directory to the gh-pages branch. Since the branch is protected, I guess the github_token is not enough (I got some permission error while pushing) then I'm trying to use the deploy_key. I already added the private key on repository secrets and the public one to the deploy keys.
Unluckily, the action seems not reading the deploy_key variable, getting Action failed with "not found deploy key or tokens".

The action log before error is:

Run peaceiris/actions-gh-pages@v3
with:
publish_dir: ./docs/build/html
publish_branch: gh-pages
allow_empty_commit: false
keep_files: false
force_orphan: false
enable_jekyll: false
disable_nojekyll: false
env:
pythonLocation: /opt/hostedtoolcache/Python/3.6.10/x64
Dump inputs
[INFO] : true
[INFO] PublishBranch: gh-pages
[INFO] PublishDir: ./docs/build/html
[INFO] ExternalRepository:
[INFO] AllowEmptyCommit: false
[INFO] KeepFiles: false
[INFO] ForceOrphan: false
[INFO] UserName:
[INFO] UserEmail:
[INFO] CommitMessage:
[INFO] FullCommitMessage:
[INFO] TagName:
[INFO] TagMessage:
[INFO] EnableJekyll (DisableNoJekyll): false
[INFO] CNAME:

Link to your contents

Additional context

Already check the Github status, since I've seen many problem related (#319) with the Github servers, but during my tests the status was always fine.

@ndem0 ndem0 added the support User support label Jun 5, 2020
@peaceiris
Copy link
Owner

peaceiris commented Jun 5, 2020

Please enable this option for deploying to protected branches.

In my side, I could deploy to protected branches with github_token.

Log: https://github.com/peaceiris/hugo-theme-iris/actions/runs/125917906/workflow

@peaceiris
Copy link
Owner

peaceiris commented Jun 5, 2020

Also, there are no problems to deploy to protected branches with a deploy_key.

Log: https://github.com/peaceiris/hugo-theme-iris/actions/runs/125905893/workflow

      - name: Deploy
        uses: peaceiris/actions-gh-pages@v3
        with:
          deploy_key: ${{ secrets.ACTIONS_DEPLOY_KEY }}
          publish_dir: ./exampleSite/public

Screen Shot 2020-06-05 at 20 32 54

Screen Shot 2020-06-05 at 20 36 48

@ndem0
Copy link
Author

ndem0 commented Jun 5, 2020

I'm pretty sure your actions is working on your side. But it is not working on my package, and the README and the log are not enough for debugging my problem.

I tried moving to the GITHUB_TOKEN, and enable the permission for force pushing. Still obtain an error in the final push. The complete log in the following lines.

Moreover, do you have figured out WHY the deploy_key is not read from the action? I shared with you the log in the first message, but you did not address my question.

👉 Click to expand log (folded by @peaceiris)
2020-06-05T12:21:47.1458396Z ##[group]Run peaceiris/actions-gh-pages@v3
2020-06-05T12:21:47.1458527Z with:
2020-06-05T12:21:47.1459342Z   github_token: ***
2020-06-05T12:21:47.1459432Z   publish_dir: ./docs/build/html
2020-06-05T12:21:47.1459540Z   user_name: github-actions[bot]
2020-06-05T12:21:47.1459651Z   user_email: github-actions[bot]@users.noreply.github.com
2020-06-05T12:21:47.1459765Z   publish_branch: gh-pages
2020-06-05T12:21:47.1459854Z   allow_empty_commit: false
2020-06-05T12:21:47.1459958Z   keep_files: false
2020-06-05T12:21:47.1460061Z   force_orphan: false
2020-06-05T12:21:47.1460165Z   enable_jekyll: false
2020-06-05T12:21:47.1460250Z   disable_nojekyll: false
2020-06-05T12:21:47.1460354Z env:
2020-06-05T12:21:47.1460462Z   pythonLocation: /opt/hostedtoolcache/Python/3.6.10/x64
2020-06-05T12:21:47.1460574Z ##[endgroup]
2020-06-05T12:21:47.2330512Z ##[group]Dump inputs
2020-06-05T12:21:47.2334051Z [INFO] GithubToken: true
2020-06-05T12:21:47.2334978Z [INFO] PublishBranch: gh-pages
2020-06-05T12:21:47.2335367Z [INFO] PublishDir: ./docs/build/html
2020-06-05T12:21:47.2335674Z [INFO] ExternalRepository: 
2020-06-05T12:21:47.2335942Z [INFO] AllowEmptyCommit: false
2020-06-05T12:21:47.2336193Z [INFO] KeepFiles: false
2020-06-05T12:21:47.2336465Z [INFO] ForceOrphan: false
2020-06-05T12:21:47.2336902Z [INFO] UserName: github-actions[bot]
2020-06-05T12:21:47.2337372Z [INFO] UserEmail: github-actions[bot]@users.noreply.github.com
2020-06-05T12:21:47.2337667Z [INFO] CommitMessage: 
2020-06-05T12:21:47.2337920Z [INFO] FullCommitMessage: 
2020-06-05T12:21:47.2338186Z [INFO] TagName: 
2020-06-05T12:21:47.2338450Z [INFO] TagMessage: 
2020-06-05T12:21:47.2338713Z [INFO] EnableJekyll (DisableNoJekyll): false
2020-06-05T12:21:47.2338978Z [INFO] CNAME: 
2020-06-05T12:21:47.2339188Z 
2020-06-05T12:21:47.2339561Z ##[endgroup]
2020-06-05T12:21:47.2339845Z ##[group]Setup auth token
2020-06-05T12:21:47.2342052Z [INFO] setup GITHUB_TOKEN
2020-06-05T12:21:47.2343842Z ##[endgroup]
2020-06-05T12:21:47.2344121Z ##[group]Prepare publishing assets
2020-06-05T12:21:47.2348410Z [INFO] ForceOrphan: false
2020-06-05T12:21:47.2440763Z [command]/usr/bin/git clone --depth=1 --single-branch --branch gh-pages ***github.com/mathLab/EZyRB.git /home/runner/actions_github_pages_1591359707234
2020-06-05T12:21:47.2495862Z Cloning into '/home/runner/actions_github_pages_1591359707234'...
2020-06-05T12:21:47.9955883Z [command]/usr/bin/git rm -r --ignore-unmatch *
2020-06-05T12:21:48.0728966Z rm '.nojekyll'
2020-06-05T12:21:48.0729279Z rm 'LICENSE.html'
2020-06-05T12:21:48.0729534Z rm '_images/logo_EZyRB.png'
2020-06-05T12:21:48.0729880Z rm '_images/math/95734d37f4eac9e65f81ad7d192a1802ae6d9a8e.png'
2020-06-05T12:21:48.0730135Z rm '_modules/ezyrb/filehandler.html'
2020-06-05T12:21:48.0730392Z rm '_modules/ezyrb/interpolation.html'
2020-06-05T12:21:48.0730638Z rm '_modules/ezyrb/mapper.html'
2020-06-05T12:21:48.0730892Z rm '_modules/ezyrb/matlabhandler.html'
2020-06-05T12:21:48.0731136Z rm '_modules/ezyrb/ndinterpolator/rbf.html'
2020-06-05T12:21:48.0731411Z rm '_modules/ezyrb/offline.html'
2020-06-05T12:21:48.0731667Z rm '_modules/ezyrb/online.html'
2020-06-05T12:21:48.0731922Z rm '_modules/ezyrb/parametricspace.html'
2020-06-05T12:21:48.0732180Z rm '_modules/ezyrb/podinterpolation.html'
2020-06-05T12:21:48.0732410Z rm '_modules/ezyrb/points.html'
2020-06-05T12:21:48.0732657Z rm '_modules/ezyrb/snapshots.html'
2020-06-05T12:21:48.0732902Z rm '_modules/ezyrb/stlhandler.html'
2020-06-05T12:21:48.0733150Z rm '_modules/ezyrb/utilities.html'
2020-06-05T12:21:48.0733383Z rm '_modules/ezyrb/vtkhandler.html'
2020-06-05T12:21:48.0733621Z rm '_modules/index.html'
2020-06-05T12:21:48.0733865Z rm '_sources/LICENSE.rst.txt'
2020-06-05T12:21:48.0734139Z rm '_sources/_summaries/ezyrb.filehandler.FileHandler.rst.txt'
2020-06-05T12:21:48.0734425Z rm '_sources/_summaries/ezyrb.interpolation.Interpolation.__call__.rst.txt'
2020-06-05T12:21:48.0734734Z rm '_sources/_summaries/ezyrb.interpolation.Interpolation.generate.rst.txt'
2020-06-05T12:21:48.0735293Z rm '_sources/_summaries/ezyrb.interpolation.Interpolation.interpolator.rst.txt'
2020-06-05T12:21:48.0735783Z rm '_sources/_summaries/ezyrb.interpolation.Interpolation.loo_error.rst.txt'
2020-06-05T12:21:48.0736083Z rm '_sources/_summaries/ezyrb.interpolation.Interpolation.rst.txt'
2020-06-05T12:21:48.0736369Z rm '_sources/_summaries/ezyrb.mapper.Mapper._build_neighbour_locator.rst.txt'
2020-06-05T12:21:48.0736665Z rm '_sources/_summaries/ezyrb.mapper.Mapper._find_neighbour.rst.txt'
2020-06-05T12:21:48.0736966Z rm '_sources/_summaries/ezyrb.mapper.Mapper.default_interpolate_func.rst.txt'
2020-06-05T12:21:48.0737263Z rm '_sources/_summaries/ezyrb.mapper.Mapper.get_cell_centroid.rst.txt'
2020-06-05T12:21:48.0737546Z rm '_sources/_summaries/ezyrb.mapper.Mapper.interpolate_function.rst.txt'
2020-06-05T12:21:48.0737842Z rm '_sources/_summaries/ezyrb.mapper.Mapper.interpolation_mode.rst.txt'
2020-06-05T12:21:48.0738137Z rm '_sources/_summaries/ezyrb.mapper.Mapper.map_solution.rst.txt'
2020-06-05T12:21:48.0738432Z rm '_sources/_summaries/ezyrb.mapper.Mapper.number_neighbors.rst.txt'
2020-06-05T12:21:48.0738723Z rm '_sources/_summaries/ezyrb.mapper.Mapper.output_name.rst.txt'
2020-06-05T12:21:48.0738984Z rm '_sources/_summaries/ezyrb.mapper.Mapper.rst.txt'
2020-06-05T12:21:48.0739285Z rm '_sources/_summaries/ezyrb.matlabhandler.MatlabHandler.get_dataset.rst.txt'
2020-06-05T12:21:48.0739578Z rm '_sources/_summaries/ezyrb.matlabhandler.MatlabHandler.rst.txt'
2020-06-05T12:21:48.0739877Z rm '_sources/_summaries/ezyrb.matlabhandler.MatlabHandler.set_dataset.rst.txt'
2020-06-05T12:21:48.0740171Z rm '_sources/_summaries/ezyrb.ndinterpolator.rbf.RBFInterpolator.__call__.rst.txt'
2020-06-05T12:21:48.0740494Z rm '_sources/_summaries/ezyrb.ndinterpolator.rbf.RBFInterpolator.multi_quadratic.rst.txt'
2020-06-05T12:21:48.0740800Z rm '_sources/_summaries/ezyrb.ndinterpolator.rbf.RBFInterpolator.rst.txt'
2020-06-05T12:21:48.0741095Z rm '_sources/_summaries/ezyrb.offline.Offline.add_snapshot.rst.txt'
2020-06-05T12:21:48.0741392Z rm '_sources/_summaries/ezyrb.offline.Offline.generate_rb_space.rst.txt'
2020-06-05T12:21:48.0741677Z rm '_sources/_summaries/ezyrb.offline.Offline.init_database.rst.txt'
2020-06-05T12:21:48.0741979Z rm '_sources/_summaries/ezyrb.offline.Offline.init_database_from_file.rst.txt'
2020-06-05T12:21:48.0742267Z rm '_sources/_summaries/ezyrb.offline.Offline.loo_error.rst.txt'
2020-06-05T12:21:48.0742550Z rm '_sources/_summaries/ezyrb.offline.Offline.optimal_mu.rst.txt'
2020-06-05T12:21:48.0742828Z rm '_sources/_summaries/ezyrb.offline.Offline.rst.txt'
2020-06-05T12:21:48.0743102Z rm '_sources/_summaries/ezyrb.offline.Offline.save_rb_space.rst.txt'
2020-06-05T12:21:48.0743376Z rm '_sources/_summaries/ezyrb.online.Online.rst.txt'
2020-06-05T12:21:48.0743651Z rm '_sources/_summaries/ezyrb.online.Online.run.rst.txt'
2020-06-05T12:21:48.0743936Z rm '_sources/_summaries/ezyrb.online.Online.run_and_store.rst.txt'
2020-06-05T12:21:48.0744236Z rm '_sources/_summaries/ezyrb.parametricspace.ParametricSpace.__call__.rst.txt'
2020-06-05T12:21:48.0744529Z rm '_sources/_summaries/ezyrb.parametricspace.ParametricSpace.load.rst.txt'
2020-06-05T12:21:48.0744830Z rm '_sources/_summaries/ezyrb.parametricspace.ParametricSpace.rst.txt'
2020-06-05T12:21:48.0745124Z rm '_sources/_summaries/ezyrb.parametricspace.ParametricSpace.save.rst.txt'
2020-06-05T12:21:48.0745426Z rm '_sources/_summaries/ezyrb.podinterpolation.PODInterpolation.__call__.rst.txt'
2020-06-05T12:21:48.0745719Z rm '_sources/_summaries/ezyrb.podinterpolation.PODInterpolation.generate.rst.txt'
2020-06-05T12:21:48.0746027Z rm '_sources/_summaries/ezyrb.podinterpolation.PODInterpolation.interpolator.rst.txt'
2020-06-05T12:21:48.0746336Z rm '_sources/_summaries/ezyrb.podinterpolation.PODInterpolation.loo_error.rst.txt'
2020-06-05T12:21:48.0746640Z rm '_sources/_summaries/ezyrb.podinterpolation.PODInterpolation.pod_basis.rst.txt'
2020-06-05T12:21:48.0746937Z rm '_sources/_summaries/ezyrb.podinterpolation.PODInterpolation.rst.txt'
2020-06-05T12:21:48.0747293Z rm '_sources/_summaries/ezyrb.points.Points.__getitem__.rst.txt'
2020-06-05T12:21:48.0747641Z rm '_sources/_summaries/ezyrb.points.Points.append.rst.txt'
2020-06-05T12:21:48.0747925Z rm '_sources/_summaries/ezyrb.points.Points.dimension.rst.txt'
2020-06-05T12:21:48.0748198Z rm '_sources/_summaries/ezyrb.points.Points.rst.txt'
2020-06-05T12:21:48.0748476Z rm '_sources/_summaries/ezyrb.points.Points.size.rst.txt'
2020-06-05T12:21:48.0748747Z rm '_sources/_summaries/ezyrb.points.Points.triangulation.rst.txt'
2020-06-05T12:21:48.0749031Z rm '_sources/_summaries/ezyrb.points.Points.values.rst.txt'
2020-06-05T12:21:48.0749320Z rm '_sources/_summaries/ezyrb.snapshots.Snapshots.__getitem__.rst.txt'
2020-06-05T12:21:48.0749616Z rm '_sources/_summaries/ezyrb.snapshots.Snapshots._append_values.rst.txt'
2020-06-05T12:21:48.0750043Z rm '_sources/_summaries/ezyrb.snapshots.Snapshots._append_weighted.rst.txt'
2020-06-05T12:21:48.0750348Z rm '_sources/_summaries/ezyrb.snapshots.Snapshots.append.rst.txt'
2020-06-05T12:21:48.0750643Z rm '_sources/_summaries/ezyrb.snapshots.Snapshots.dimension.rst.txt'
2020-06-05T12:21:48.0750935Z rm '_sources/_summaries/ezyrb.snapshots.Snapshots.files.rst.txt'
2020-06-05T12:21:48.0751217Z rm '_sources/_summaries/ezyrb.snapshots.Snapshots.rst.txt'
2020-06-05T12:21:48.0751487Z rm '_sources/_summaries/ezyrb.snapshots.Snapshots.size.rst.txt'
2020-06-05T12:21:48.0751773Z rm '_sources/_summaries/ezyrb.snapshots.Snapshots.values.rst.txt'
2020-06-05T12:21:48.0752062Z rm '_sources/_summaries/ezyrb.snapshots.Snapshots.weighted.rst.txt'
2020-06-05T12:21:48.0752350Z rm '_sources/_summaries/ezyrb.snapshots.Snapshots.weights.rst.txt'
2020-06-05T12:21:48.0752630Z rm '_sources/_summaries/ezyrb.stlhandler.StlHandler._read_polydata.rst.txt'
2020-06-05T12:21:48.0752929Z rm '_sources/_summaries/ezyrb.stlhandler.StlHandler._save_polydata.rst.txt'
2020-06-05T12:21:48.0753228Z rm '_sources/_summaries/ezyrb.stlhandler.StlHandler.get_geometry.rst.txt'
2020-06-05T12:21:48.0753514Z rm '_sources/_summaries/ezyrb.stlhandler.StlHandler.rst.txt'
2020-06-05T12:21:48.0753813Z rm '_sources/_summaries/ezyrb.stlhandler.StlHandler.set_geometry.rst.txt'
2020-06-05T12:21:48.0754091Z rm '_sources/_summaries/ezyrb.utilities.compute_area.rst.txt'
2020-06-05T12:21:48.0754372Z rm '_sources/_summaries/ezyrb.utilities.compute_normals.rst.txt'
2020-06-05T12:21:48.0754647Z rm '_sources/_summaries/ezyrb.utilities.normal.rst.txt'
2020-06-05T12:21:48.0754924Z rm '_sources/_summaries/ezyrb.utilities.normalize.rst.txt'
2020-06-05T12:21:48.0755193Z rm '_sources/_summaries/ezyrb.utilities.polygon_area.rst.txt'
2020-06-05T12:21:48.0755475Z rm '_sources/_summaries/ezyrb.utilities.simplex_volume.rst.txt'
2020-06-05T12:21:48.0755753Z rm '_sources/_summaries/ezyrb.utilities.write_area.rst.txt'
2020-06-05T12:21:48.0756035Z rm '_sources/_summaries/ezyrb.utilities.write_normals.rst.txt'
2020-06-05T12:21:48.0756330Z rm '_sources/_summaries/ezyrb.vtkhandler.VtkHandler._read_polydata.rst.txt'
2020-06-05T12:21:48.0756614Z rm '_sources/_summaries/ezyrb.vtkhandler.VtkHandler._save_polydata.rst.txt'
2020-06-05T12:21:48.0756921Z rm '_sources/_summaries/ezyrb.vtkhandler.VtkHandler.get_all_output_names.rst.txt'
2020-06-05T12:21:48.0757225Z rm '_sources/_summaries/ezyrb.vtkhandler.VtkHandler.get_dataset.rst.txt'
2020-06-05T12:21:48.0757521Z rm '_sources/_summaries/ezyrb.vtkhandler.VtkHandler.get_geometry.rst.txt'
2020-06-05T12:21:48.0757803Z rm '_sources/_summaries/ezyrb.vtkhandler.VtkHandler.rst.txt'
2020-06-05T12:21:48.0758082Z rm '_sources/_summaries/ezyrb.vtkhandler.VtkHandler.set_geometry.rst.txt'
2020-06-05T12:21:48.0758329Z rm '_sources/code.rst.txt'
2020-06-05T12:21:48.0758569Z rm '_sources/contact.rst.txt'
2020-06-05T12:21:48.0758816Z rm '_sources/contributing.rst.txt'
2020-06-05T12:21:48.0759051Z rm '_sources/filehandler.rst.txt'
2020-06-05T12:21:48.0759288Z rm '_sources/index.rst.txt'
2020-06-05T12:21:48.0759536Z rm '_sources/interpolation.rst.txt'
2020-06-05T12:21:48.0759777Z rm '_sources/mapper.rst.txt'
2020-06-05T12:21:48.0760009Z rm '_sources/matlabhandler.rst.txt'
2020-06-05T12:21:48.0760427Z rm '_sources/offline.rst.txt'
2020-06-05T12:21:48.0760750Z rm '_sources/online.rst.txt'
2020-06-05T12:21:48.0760983Z rm '_sources/parametricspace.rst.txt'
2020-06-05T12:21:48.0761202Z rm '_sources/podinterpolation.rst.txt'
2020-06-05T12:21:48.0761429Z rm '_sources/points.rst.txt'
2020-06-05T12:21:48.0761653Z rm '_sources/rbf.rst.txt'
2020-06-05T12:21:48.0761879Z rm '_sources/snapshots.rst.txt'
2020-06-05T12:21:48.0773265Z rm '_sources/stlhandler.rst.txt'
2020-06-05T12:21:48.0773579Z rm '_sources/utilities.rst.txt'
2020-06-05T12:21:48.0773833Z rm '_sources/vtkhandler.rst.txt'
2020-06-05T12:21:48.0774076Z rm '_static/ajax-loader.gif'
2020-06-05T12:21:48.0774302Z rm '_static/basic.css'
2020-06-05T12:21:48.0774549Z rm '_static/comment-bright.png'
2020-06-05T12:21:48.0774796Z rm '_static/comment-close.png'
2020-06-05T12:21:48.0775035Z rm '_static/comment.png'
2020-06-05T12:21:48.0775266Z rm '_static/css/badge_only.css'
2020-06-05T12:21:48.0775508Z rm '_static/css/theme.css'
2020-06-05T12:21:48.0775758Z rm '_static/doctools.js'
2020-06-05T12:21:48.0776016Z rm '_static/documentation_options.js'
2020-06-05T12:21:48.0776375Z rm '_static/down-pressed.png'
2020-06-05T12:21:48.0776613Z rm '_static/down.png'
2020-06-05T12:21:48.0776832Z rm '_static/file.png'
2020-06-05T12:21:48.0777087Z rm '_static/fonts/Inconsolata-Bold.ttf'
2020-06-05T12:21:48.0777346Z rm '_static/fonts/Inconsolata-Regular.ttf'
2020-06-05T12:21:48.0777596Z rm '_static/fonts/Lato-Bold.ttf'
2020-06-05T12:21:48.0777846Z rm '_static/fonts/Lato-Regular.ttf'
2020-06-05T12:21:48.0778083Z rm '_static/fonts/RobotoSlab-Bold.ttf'
2020-06-05T12:21:48.0778337Z rm '_static/fonts/RobotoSlab-Regular.ttf'
2020-06-05T12:21:48.0778593Z rm '_static/fonts/fontawesome-webfont.eot'
2020-06-05T12:21:48.0778846Z rm '_static/fonts/fontawesome-webfont.svg'
2020-06-05T12:21:48.0779085Z rm '_static/fonts/fontawesome-webfont.ttf'
2020-06-05T12:21:48.0779341Z rm '_static/fonts/fontawesome-webfont.woff'
2020-06-05T12:21:48.0779608Z rm '_static/fonts/fontawesome-webfont.woff2'
2020-06-05T12:21:48.0779859Z rm '_static/jquery-3.2.1.js'
2020-06-05T12:21:48.0780086Z rm '_static/jquery.js'
2020-06-05T12:21:48.0780369Z rm '_static/js/modernizr.min.js'
2020-06-05T12:21:48.0780608Z rm '_static/js/theme.js'
2020-06-05T12:21:48.0780843Z rm '_static/logo_EZyRB.png'
2020-06-05T12:21:48.0781063Z rm '_static/minus.png'
2020-06-05T12:21:48.0781294Z rm '_static/plus.png'
2020-06-05T12:21:48.0781528Z rm '_static/pygments.css'
2020-06-05T12:21:48.0781766Z rm '_static/searchtools.js'
2020-06-05T12:21:48.0781999Z rm '_static/underscore-1.3.1.js'
2020-06-05T12:21:48.0782236Z rm '_static/underscore.js'
2020-06-05T12:21:48.0782476Z rm '_static/up-pressed.png'
2020-06-05T12:21:48.0782706Z rm '_static/up.png'
2020-06-05T12:21:48.0782931Z rm '_static/websupport.js'
2020-06-05T12:21:48.0783193Z rm '_summaries/ezyrb.filehandler.FileHandler.html'
2020-06-05T12:21:48.0783474Z rm '_summaries/ezyrb.interpolation.Interpolation.__call__.html'
2020-06-05T12:21:48.0783760Z rm '_summaries/ezyrb.interpolation.Interpolation.generate.html'
2020-06-05T12:21:48.0784024Z rm '_summaries/ezyrb.interpolation.Interpolation.html'
2020-06-05T12:21:48.0784314Z rm '_summaries/ezyrb.interpolation.Interpolation.interpolator.html'
2020-06-05T12:21:48.0784605Z rm '_summaries/ezyrb.interpolation.Interpolation.loo_error.html'
2020-06-05T12:21:48.0784890Z rm '_summaries/ezyrb.mapper.Mapper._build_neighbour_locator.html'
2020-06-05T12:21:48.0785169Z rm '_summaries/ezyrb.mapper.Mapper._find_neighbour.html'
2020-06-05T12:21:48.0785439Z rm '_summaries/ezyrb.mapper.Mapper.default_interpolate_func.html'
2020-06-05T12:21:48.0785722Z rm '_summaries/ezyrb.mapper.Mapper.get_cell_centroid.html'
2020-06-05T12:21:48.0786945Z rm '_summaries/ezyrb.mapper.Mapper.html'
2020-06-05T12:21:48.0787229Z rm '_summaries/ezyrb.mapper.Mapper.interpolate_function.html'
2020-06-05T12:21:48.0787498Z rm '_summaries/ezyrb.mapper.Mapper.interpolation_mode.html'
2020-06-05T12:21:48.0787771Z rm '_summaries/ezyrb.mapper.Mapper.map_solution.html'
2020-06-05T12:21:48.0788193Z rm '_summaries/ezyrb.mapper.Mapper.number_neighbors.html'
2020-06-05T12:21:48.0788553Z rm '_summaries/ezyrb.mapper.Mapper.output_name.html'
2020-06-05T12:21:48.0788843Z rm '_summaries/ezyrb.matlabhandler.MatlabHandler.get_dataset.html'
2020-06-05T12:21:48.0789105Z rm '_summaries/ezyrb.matlabhandler.MatlabHandler.html'
2020-06-05T12:21:48.0789389Z rm '_summaries/ezyrb.matlabhandler.MatlabHandler.set_dataset.html'
2020-06-05T12:21:48.0789682Z rm '_summaries/ezyrb.ndinterpolator.rbf.RBFInterpolator.__call__.html'
2020-06-05T12:21:48.0790143Z rm '_summaries/ezyrb.ndinterpolator.rbf.RBFInterpolator.html'
2020-06-05T12:21:48.0790426Z rm '_summaries/ezyrb.ndinterpolator.rbf.RBFInterpolator.multi_quadratic.html'
2020-06-05T12:21:48.0790713Z rm '_summaries/ezyrb.offline.Offline.add_snapshot.html'
2020-06-05T12:21:48.0790994Z rm '_summaries/ezyrb.offline.Offline.generate_rb_space.html'
2020-06-05T12:21:48.0791365Z rm '_summaries/ezyrb.offline.Offline.html'
2020-06-05T12:21:48.0792447Z rm '_summaries/ezyrb.offline.Offline.init_database.html'
2020-06-05T12:21:48.0792708Z rm '_summaries/ezyrb.offline.Offline.init_database_from_file.html'
2020-06-05T12:21:48.0792967Z rm '_summaries/ezyrb.offline.Offline.loo_error.html'
2020-06-05T12:21:48.0793219Z rm '_summaries/ezyrb.offline.Offline.optimal_mu.html'
2020-06-05T12:21:48.0793474Z rm '_summaries/ezyrb.offline.Offline.save_rb_space.html'
2020-06-05T12:21:48.0793701Z rm '_summaries/ezyrb.online.Online.html'
2020-06-05T12:21:48.0793941Z rm '_summaries/ezyrb.online.Online.run.html'
2020-06-05T12:21:48.0794190Z rm '_summaries/ezyrb.online.Online.run_and_store.html'
2020-06-05T12:21:48.0794456Z rm '_summaries/ezyrb.parametricspace.ParametricSpace.__call__.html'
2020-06-05T12:21:48.0794702Z rm '_summaries/ezyrb.parametricspace.ParametricSpace.html'
2020-06-05T12:21:48.0794966Z rm '_summaries/ezyrb.parametricspace.ParametricSpace.load.html'
2020-06-05T12:21:48.0795230Z rm '_summaries/ezyrb.parametricspace.ParametricSpace.save.html'
2020-06-05T12:21:48.0795504Z rm '_summaries/ezyrb.podinterpolation.PODInterpolation.__call__.html'
2020-06-05T12:21:48.0795782Z rm '_summaries/ezyrb.podinterpolation.PODInterpolation.generate.html'
2020-06-05T12:21:48.0796030Z rm '_summaries/ezyrb.podinterpolation.PODInterpolation.html'
2020-06-05T12:21:48.0796304Z rm '_summaries/ezyrb.podinterpolation.PODInterpolation.interpolator.html'
2020-06-05T12:21:48.0796576Z rm '_summaries/ezyrb.podinterpolation.PODInterpolation.loo_error.html'
2020-06-05T12:21:48.0796842Z rm '_summaries/ezyrb.podinterpolation.PODInterpolation.pod_basis.html'
2020-06-05T12:21:48.0797093Z rm '_summaries/ezyrb.points.Points.__getitem__.html'
2020-06-05T12:21:48.0797326Z rm '_summaries/ezyrb.points.Points.append.html'
2020-06-05T12:21:48.0797572Z rm '_summaries/ezyrb.points.Points.dimension.html'
2020-06-05T12:21:48.0797806Z rm '_summaries/ezyrb.points.Points.html'
2020-06-05T12:21:48.0798047Z rm '_summaries/ezyrb.points.Points.size.html'
2020-06-05T12:21:48.0798281Z rm '_summaries/ezyrb.points.Points.triangulation.html'
2020-06-05T12:21:48.0798531Z rm '_summaries/ezyrb.points.Points.values.html'
2020-06-05T12:21:48.0798790Z rm '_summaries/ezyrb.snapshots.Snapshots.__getitem__.html'
2020-06-05T12:21:48.0799050Z rm '_summaries/ezyrb.snapshots.Snapshots._append_values.html'
2020-06-05T12:21:48.0799298Z rm '_summaries/ezyrb.snapshots.Snapshots._append_weighted.html'
2020-06-05T12:21:48.0799550Z rm '_summaries/ezyrb.snapshots.Snapshots.append.html'
2020-06-05T12:21:48.0799803Z rm '_summaries/ezyrb.snapshots.Snapshots.dimension.html'
2020-06-05T12:21:48.0800051Z rm '_summaries/ezyrb.snapshots.Snapshots.files.html'
2020-06-05T12:21:48.0800296Z rm '_summaries/ezyrb.snapshots.Snapshots.html'
2020-06-05T12:21:48.0800530Z rm '_summaries/ezyrb.snapshots.Snapshots.size.html'
2020-06-05T12:21:48.0800779Z rm '_summaries/ezyrb.snapshots.Snapshots.values.html'
2020-06-05T12:21:48.0801029Z rm '_summaries/ezyrb.snapshots.Snapshots.weighted.html'
2020-06-05T12:21:48.0801281Z rm '_summaries/ezyrb.snapshots.Snapshots.weights.html'
2020-06-05T12:21:48.0801621Z rm '_summaries/ezyrb.stlhandler.StlHandler._read_polydata.html'
2020-06-05T12:21:48.0801958Z rm '_summaries/ezyrb.stlhandler.StlHandler._save_polydata.html'
2020-06-05T12:21:48.0802219Z rm '_summaries/ezyrb.stlhandler.StlHandler.get_geometry.html'
2020-06-05T12:21:48.0802465Z rm '_summaries/ezyrb.stlhandler.StlHandler.html'
2020-06-05T12:21:48.0802708Z rm '_summaries/ezyrb.stlhandler.StlHandler.set_geometry.html'
2020-06-05T12:21:48.0802957Z rm '_summaries/ezyrb.utilities.compute_area.html'
2020-06-05T12:21:48.0803207Z rm '_summaries/ezyrb.utilities.compute_normals.html'
2020-06-05T12:21:48.0803448Z rm '_summaries/ezyrb.utilities.normal.html'
2020-06-05T12:21:48.0803689Z rm '_summaries/ezyrb.utilities.normalize.html'
2020-06-05T12:21:48.0803919Z rm '_summaries/ezyrb.utilities.polygon_area.html'
2020-06-05T12:21:48.0804983Z rm '_summaries/ezyrb.utilities.simplex_volume.html'
2020-06-05T12:21:48.0805328Z rm '_summaries/ezyrb.utilities.write_area.html'
2020-06-05T12:21:48.0805576Z rm '_summaries/ezyrb.utilities.write_normals.html'
2020-06-05T12:21:48.0805841Z rm '_summaries/ezyrb.vtkhandler.VtkHandler._read_polydata.html'
2020-06-05T12:21:48.0806094Z rm '_summaries/ezyrb.vtkhandler.VtkHandler._save_polydata.html'
2020-06-05T12:21:48.0806363Z rm '_summaries/ezyrb.vtkhandler.VtkHandler.get_all_output_names.html'
2020-06-05T12:21:48.0806627Z rm '_summaries/ezyrb.vtkhandler.VtkHandler.get_dataset.html'
2020-06-05T12:21:48.0806888Z rm '_summaries/ezyrb.vtkhandler.VtkHandler.get_geometry.html'
2020-06-05T12:21:48.0807119Z rm '_summaries/ezyrb.vtkhandler.VtkHandler.html'
2020-06-05T12:21:48.0807377Z rm '_summaries/ezyrb.vtkhandler.VtkHandler.set_geometry.html'
2020-06-05T12:21:48.0807598Z rm 'code.html'
2020-06-05T12:21:48.0807809Z rm 'contact.html'
2020-06-05T12:21:48.0808027Z rm 'contributing.html'
2020-06-05T12:21:48.0808230Z rm 'filehandler.html'
2020-06-05T12:21:48.0808444Z rm 'genindex.html'
2020-06-05T12:21:48.0808654Z rm 'index.html'
2020-06-05T12:21:48.0808856Z rm 'interpolation.html'
2020-06-05T12:21:48.0809068Z rm 'mapper.html'
2020-06-05T12:21:48.0809287Z rm 'matlabhandler.html'
2020-06-05T12:21:48.0809501Z rm 'objects.inv'
2020-06-05T12:21:48.0809698Z rm 'offline.html'
2020-06-05T12:21:48.0809911Z rm 'online.html'
2020-06-05T12:21:48.0810128Z rm 'parametricspace.html'
2020-06-05T12:21:48.0810358Z rm 'pictures/EZyRB_gui_enrich.png'
2020-06-05T12:21:48.0810579Z rm 'pictures/EZyRB_gui_new_value.png'
2020-06-05T12:21:48.0810810Z rm 'pictures/EZyRB_gui_online.png'
2020-06-05T12:21:48.0811229Z rm 'pictures/EZyRB_gui_set_params.png'
2020-06-05T12:21:48.0812656Z rm 'pictures/EZyRB_gui_start.png'
2020-06-05T12:21:48.0812911Z rm 'pictures/field_04.png'
2020-06-05T12:21:48.0813153Z rm 'pictures/high_fidelity_solution.png'
2020-06-05T12:21:48.0813400Z rm 'pictures/mapped_solution.png'
2020-06-05T12:21:48.0813650Z rm 'pictures/online_evaluation.png'
2020-06-05T12:21:48.0813901Z rm 'pictures/pressure_in_corners.png'
2020-06-05T12:21:48.0814124Z rm 'podinterpolation.html'
2020-06-05T12:21:48.0814356Z rm 'points.html'
2020-06-05T12:21:48.0814595Z rm 'py-modindex.html'
2020-06-05T12:21:48.0814827Z rm 'rbf.html'
2020-06-05T12:21:48.0815038Z rm 'search.html'
2020-06-05T12:21:48.0815271Z rm 'snapshots.html'
2020-06-05T12:21:48.0815500Z rm 'stlhandler.html'
2020-06-05T12:21:48.0815732Z rm 'tutorial1.html'
2020-06-05T12:21:48.0815947Z rm 'tutorial2.html'
2020-06-05T12:21:48.0816178Z rm 'tutorial3.html'
2020-06-05T12:21:48.0816405Z rm 'utilities.html'
2020-06-05T12:21:48.0816633Z rm 'vtkhandler.html'
2020-06-05T12:21:48.0817588Z [INFO] copy .buildinfo
2020-06-05T12:21:48.0817697Z [INFO] copy LICENSE.html
2020-06-05T12:21:48.0817803Z [INFO] copy _images
2020-06-05T12:21:48.0836865Z [INFO] copy _modules
2020-06-05T12:21:48.0869687Z [INFO] copy _sources
2020-06-05T12:21:48.1124811Z [INFO] copy _static
2020-06-05T12:21:48.1132193Z [INFO] copy approximation.html
2020-06-05T12:21:48.1138546Z [INFO] copy code.html
2020-06-05T12:21:48.1144680Z [INFO] copy contact.html
2020-06-05T12:21:48.1150954Z [INFO] copy contributing.html
2020-06-05T12:21:48.1157564Z [INFO] copy database.html
2020-06-05T12:21:48.1164095Z [INFO] copy genindex.html
2020-06-05T12:21:48.1170287Z [INFO] copy index.html
2020-06-05T12:21:48.1176685Z [INFO] copy linear.html
2020-06-05T12:21:48.1182575Z [INFO] copy objects.inv
2020-06-05T12:21:48.1224859Z [INFO] copy pictures
2020-06-05T12:21:48.1230728Z [INFO] copy pod.html
2020-06-05T12:21:48.1236752Z [INFO] copy py-modindex.html
2020-06-05T12:21:48.1241671Z [INFO] copy rbf.html
2020-06-05T12:21:48.1247304Z [INFO] copy reducedordermodel.html
2020-06-05T12:21:48.1252777Z [INFO] copy reduction.html
2020-06-05T12:21:48.1297587Z [INFO] copy search.html
2020-06-05T12:21:48.1303217Z [INFO] copy searchindex.js
2020-06-05T12:21:48.1316772Z [INFO] copy tutorial-1.html
2020-06-05T12:21:48.1319273Z [INFO] Created /home/runner/actions_github_pages_1591359707234/.nojekyll
2020-06-05T12:21:48.1321722Z ##[endgroup]
2020-06-05T12:21:48.1322512Z ##[group]Setup Git config
2020-06-05T12:21:48.1338316Z [command]/usr/bin/git remote rm origin
2020-06-05T12:21:48.1408748Z [command]/usr/bin/git remote add origin ***github.com/mathLab/EZyRB.git
2020-06-05T12:21:48.1462824Z [command]/usr/bin/git add --all
2020-06-05T12:21:48.5007624Z [command]/usr/bin/git config user.name github-actions[bot]
2020-06-05T12:21:48.5132823Z [command]/usr/bin/git config user.email github-actions[bot]@users.noreply.github.com
2020-06-05T12:21:48.5173352Z ##[endgroup]
2020-06-05T12:21:48.5173967Z ##[group]Create a commit
2020-06-05T12:21:48.5194910Z [command]/usr/bin/git commit -m deploy: 987af4f64a55b89e80057d042eb1dd5a2a459794
2020-06-05T12:21:48.7114448Z [gh-pages 6d3da74] deploy: 987af4f64a55b89e80057d042eb1dd5a2a459794
2020-06-05T12:21:48.7115120Z  291 files changed, 23097 insertions(+), 75474 deletions(-)
2020-06-05T12:21:48.7115378Z  create mode 100644 .buildinfo
2020-06-05T12:21:48.7115618Z  delete mode 100644 _images/math/95734d37f4eac9e65f81ad7d192a1802ae6d9a8e.png
2020-06-05T12:21:48.7115846Z  create mode 100644 _modules/_weakrefset.html
2020-06-05T12:21:48.7116100Z  create mode 100644 _modules/ezyrb/approximation.html
2020-06-05T12:21:48.7116841Z  create mode 100644 _modules/ezyrb/database.html
2020-06-05T12:21:48.7117123Z  delete mode 100644 _modules/ezyrb/filehandler.html
2020-06-05T12:21:48.7117346Z  delete mode 100644 _modules/ezyrb/interpolation.html
2020-06-05T12:21:48.7117554Z  create mode 100644 _modules/ezyrb/linear.html
2020-06-05T12:21:48.7117747Z  delete mode 100644 _modules/ezyrb/mapper.html
2020-06-05T12:21:48.7117928Z  delete mode 100644 _modules/ezyrb/matlabhandler.html
2020-06-05T12:21:48.7118142Z  delete mode 100644 _modules/ezyrb/ndinterpolator/rbf.html
2020-06-05T12:21:48.7118348Z  delete mode 100644 _modules/ezyrb/offline.html
2020-06-05T12:21:48.7118540Z  delete mode 100644 _modules/ezyrb/online.html
2020-06-05T12:21:48.7118725Z  delete mode 100644 _modules/ezyrb/parametricspace.html
2020-06-05T12:21:48.7118929Z  create mode 100644 _modules/ezyrb/pod.html
2020-06-05T12:21:48.7119137Z  delete mode 100644 _modules/ezyrb/podinterpolation.html
2020-06-05T12:21:48.7119362Z  delete mode 100644 _modules/ezyrb/points.html
2020-06-05T12:21:48.7119563Z  create mode 100644 _modules/ezyrb/rbf.html
2020-06-05T12:21:48.7119741Z  create mode 100644 _modules/ezyrb/reducedordermodel.html
2020-06-05T12:21:48.7119944Z  create mode 100644 _modules/ezyrb/reduction.html
2020-06-05T12:21:48.7120137Z  delete mode 100644 _modules/ezyrb/snapshots.html
2020-06-05T12:21:48.7120328Z  delete mode 100644 _modules/ezyrb/stlhandler.html
2020-06-05T12:21:48.7120508Z  delete mode 100644 _modules/ezyrb/utilities.html
2020-06-05T12:21:48.7120703Z  delete mode 100644 _modules/ezyrb/vtkhandler.html
2020-06-05T12:21:48.7120914Z  delete mode 100644 _sources/_summaries/ezyrb.filehandler.FileHandler.rst.txt
2020-06-05T12:21:48.7121497Z  delete mode 100644 _sources/_summaries/ezyrb.interpolation.Interpolation.__call__.rst.txt
2020-06-05T12:21:48.7121753Z  delete mode 100644 _sources/_summaries/ezyrb.interpolation.Interpolation.generate.rst.txt
2020-06-05T12:21:48.7122321Z  delete mode 100644 _sources/_summaries/ezyrb.interpolation.Interpolation.interpolator.rst.txt
2020-06-05T12:21:48.7122686Z  delete mode 100644 _sources/_summaries/ezyrb.interpolation.Interpolation.loo_error.rst.txt
2020-06-05T12:21:48.7122900Z  delete mode 100644 _sources/_summaries/ezyrb.interpolation.Interpolation.rst.txt
2020-06-05T12:21:48.7123142Z  delete mode 100644 _sources/_summaries/ezyrb.mapper.Mapper._build_neighbour_locator.rst.txt
2020-06-05T12:21:48.7123373Z  delete mode 100644 _sources/_summaries/ezyrb.mapper.Mapper._find_neighbour.rst.txt
2020-06-05T12:21:48.7123605Z  delete mode 100644 _sources/_summaries/ezyrb.mapper.Mapper.default_interpolate_func.rst.txt
2020-06-05T12:21:48.7123840Z  delete mode 100644 _sources/_summaries/ezyrb.mapper.Mapper.get_cell_centroid.rst.txt
2020-06-05T12:21:48.7124060Z  delete mode 100644 _sources/_summaries/ezyrb.mapper.Mapper.interpolate_function.rst.txt
2020-06-05T12:21:48.7124290Z  delete mode 100644 _sources/_summaries/ezyrb.mapper.Mapper.interpolation_mode.rst.txt
2020-06-05T12:21:48.7124531Z  delete mode 100644 _sources/_summaries/ezyrb.mapper.Mapper.map_solution.rst.txt
2020-06-05T12:21:48.7124770Z  delete mode 100644 _sources/_summaries/ezyrb.mapper.Mapper.number_neighbors.rst.txt
2020-06-05T12:21:48.7124999Z  delete mode 100644 _sources/_summaries/ezyrb.mapper.Mapper.output_name.rst.txt
2020-06-05T12:21:48.7125205Z  delete mode 100644 _sources/_summaries/ezyrb.mapper.Mapper.rst.txt
2020-06-05T12:21:48.7125433Z  delete mode 100644 _sources/_summaries/ezyrb.matlabhandler.MatlabHandler.get_dataset.rst.txt
2020-06-05T12:21:48.7125669Z  delete mode 100644 _sources/_summaries/ezyrb.matlabhandler.MatlabHandler.rst.txt
2020-06-05T12:21:48.7125899Z  delete mode 100644 _sources/_summaries/ezyrb.matlabhandler.MatlabHandler.set_dataset.rst.txt
2020-06-05T12:21:48.7126146Z  delete mode 100644 _sources/_summaries/ezyrb.ndinterpolator.rbf.RBFInterpolator.__call__.rst.txt
2020-06-05T12:21:48.7126378Z  delete mode 100644 _sources/_summaries/ezyrb.ndinterpolator.rbf.RBFInterpolator.multi_quadratic.rst.txt
2020-06-05T12:21:48.7126628Z  delete mode 100644 _sources/_summaries/ezyrb.ndinterpolator.rbf.RBFInterpolator.rst.txt
2020-06-05T12:21:48.7126868Z  delete mode 100644 _sources/_summaries/ezyrb.offline.Offline.add_snapshot.rst.txt
2020-06-05T12:21:48.7127098Z  delete mode 100644 _sources/_summaries/ezyrb.offline.Offline.generate_rb_space.rst.txt
2020-06-05T12:21:48.7127332Z  delete mode 100644 _sources/_summaries/ezyrb.offline.Offline.init_database.rst.txt
2020-06-05T12:21:48.7127551Z  delete mode 100644 _sources/_summaries/ezyrb.offline.Offline.init_database_from_file.rst.txt
2020-06-05T12:21:48.7127785Z  delete mode 100644 _sources/_summaries/ezyrb.offline.Offline.loo_error.rst.txt
2020-06-05T12:21:48.7128007Z  delete mode 100644 _sources/_summaries/ezyrb.offline.Offline.optimal_mu.rst.txt
2020-06-05T12:21:48.7128225Z  delete mode 100644 _sources/_summaries/ezyrb.offline.Offline.rst.txt
2020-06-05T12:21:48.7128445Z  delete mode 100644 _sources/_summaries/ezyrb.offline.Offline.save_rb_space.rst.txt
2020-06-05T12:21:48.7128654Z  delete mode 100644 _sources/_summaries/ezyrb.online.Online.rst.txt
2020-06-05T12:21:48.7128879Z  delete mode 100644 _sources/_summaries/ezyrb.online.Online.run.rst.txt
2020-06-05T12:21:48.7129099Z  delete mode 100644 _sources/_summaries/ezyrb.online.Online.run_and_store.rst.txt
2020-06-05T12:21:48.7129330Z  delete mode 100644 _sources/_summaries/ezyrb.parametricspace.ParametricSpace.__call__.rst.txt
2020-06-05T12:21:48.7129543Z  delete mode 100644 _sources/_summaries/ezyrb.parametricspace.ParametricSpace.load.rst.txt
2020-06-05T12:21:48.7129772Z  delete mode 100644 _sources/_summaries/ezyrb.parametricspace.ParametricSpace.rst.txt
2020-06-05T12:21:48.7130002Z  delete mode 100644 _sources/_summaries/ezyrb.parametricspace.ParametricSpace.save.rst.txt
2020-06-05T12:21:48.7130237Z  delete mode 100644 _sources/_summaries/ezyrb.podinterpolation.PODInterpolation.__call__.rst.txt
2020-06-05T12:21:48.7130473Z  delete mode 100644 _sources/_summaries/ezyrb.podinterpolation.PODInterpolation.generate.rst.txt
2020-06-05T12:21:48.7130778Z  delete mode 100644 _sources/_summaries/ezyrb.podinterpolation.PODInterpolation.interpolator.rst.txt
2020-06-05T12:21:48.7131085Z  delete mode 100644 _sources/_summaries/ezyrb.podinterpolation.PODInterpolation.loo_error.rst.txt
2020-06-05T12:21:48.7131318Z  delete mode 100644 _sources/_summaries/ezyrb.podinterpolation.PODInterpolation.pod_basis.rst.txt
2020-06-05T12:21:48.7131546Z  delete mode 100644 _sources/_summaries/ezyrb.podinterpolation.PODInterpolation.rst.txt
2020-06-05T12:21:48.7131771Z  delete mode 100644 _sources/_summaries/ezyrb.points.Points.__getitem__.rst.txt
2020-06-05T12:21:48.7131976Z  delete mode 100644 _sources/_summaries/ezyrb.points.Points.append.rst.txt
2020-06-05T12:21:48.7132197Z  delete mode 100644 _sources/_summaries/ezyrb.points.Points.dimension.rst.txt
2020-06-05T12:21:48.7132418Z  delete mode 100644 _sources/_summaries/ezyrb.points.Points.rst.txt
2020-06-05T12:21:48.7132633Z  delete mode 100644 _sources/_summaries/ezyrb.points.Points.size.rst.txt
2020-06-05T12:21:48.7132863Z  delete mode 100644 _sources/_summaries/ezyrb.points.Points.triangulation.rst.txt
2020-06-05T12:21:48.7133076Z  delete mode 100644 _sources/_summaries/ezyrb.points.Points.values.rst.txt
2020-06-05T12:21:48.7133305Z  delete mode 100644 _sources/_summaries/ezyrb.snapshots.Snapshots.__getitem__.rst.txt
2020-06-05T12:21:48.7133537Z  delete mode 100644 _sources/_summaries/ezyrb.snapshots.Snapshots._append_values.rst.txt
2020-06-05T12:21:48.7133772Z  delete mode 100644 _sources/_summaries/ezyrb.snapshots.Snapshots._append_weighted.rst.txt
2020-06-05T12:21:48.7134003Z  delete mode 100644 _sources/_summaries/ezyrb.snapshots.Snapshots.append.rst.txt
2020-06-05T12:21:48.7134208Z  delete mode 100644 _sources/_summaries/ezyrb.snapshots.Snapshots.dimension.rst.txt
2020-06-05T12:21:48.7134433Z  delete mode 100644 _sources/_summaries/ezyrb.snapshots.Snapshots.files.rst.txt
2020-06-05T12:21:48.7134652Z  delete mode 100644 _sources/_summaries/ezyrb.snapshots.Snapshots.rst.txt
2020-06-05T12:21:48.7134880Z  delete mode 100644 _sources/_summaries/ezyrb.snapshots.Snapshots.size.rst.txt
2020-06-05T12:21:48.7135111Z  delete mode 100644 _sources/_summaries/ezyrb.snapshots.Snapshots.values.rst.txt
2020-06-05T12:21:48.7135320Z  delete mode 100644 _sources/_summaries/ezyrb.snapshots.Snapshots.weighted.rst.txt
2020-06-05T12:21:48.7135545Z  delete mode 100644 _sources/_summaries/ezyrb.snapshots.Snapshots.weights.rst.txt
2020-06-05T12:21:48.7135770Z  delete mode 100644 _sources/_summaries/ezyrb.stlhandler.StlHandler._read_polydata.rst.txt
2020-06-05T12:21:48.7135998Z  delete mode 100644 _sources/_summaries/ezyrb.stlhandler.StlHandler._save_polydata.rst.txt
2020-06-05T12:21:48.7136227Z  delete mode 100644 _sources/_summaries/ezyrb.stlhandler.StlHandler.get_geometry.rst.txt
2020-06-05T12:21:48.7136433Z  delete mode 100644 _sources/_summaries/ezyrb.stlhandler.StlHandler.rst.txt
2020-06-05T12:21:48.7136659Z  delete mode 100644 _sources/_summaries/ezyrb.stlhandler.StlHandler.set_geometry.rst.txt
2020-06-05T12:21:48.7136888Z  delete mode 100644 _sources/_summaries/ezyrb.utilities.compute_area.rst.txt
2020-06-05T12:21:48.7137117Z  delete mode 100644 _sources/_summaries/ezyrb.utilities.compute_normals.rst.txt
2020-06-05T12:21:48.7137320Z  delete mode 100644 _sources/_summaries/ezyrb.utilities.normal.rst.txt
2020-06-05T12:21:48.7137542Z  delete mode 100644 _sources/_summaries/ezyrb.utilities.normalize.rst.txt
2020-06-05T12:21:48.7137760Z  delete mode 100644 _sources/_summaries/ezyrb.utilities.polygon_area.rst.txt
2020-06-05T12:21:48.7137979Z  delete mode 100644 _sources/_summaries/ezyrb.utilities.simplex_volume.rst.txt
2020-06-05T12:21:48.7138203Z  delete mode 100644 _sources/_summaries/ezyrb.utilities.write_area.rst.txt
2020-06-05T12:21:48.7138407Z  delete mode 100644 _sources/_summaries/ezyrb.utilities.write_normals.rst.txt
2020-06-05T12:21:48.7138638Z  delete mode 100644 _sources/_summaries/ezyrb.vtkhandler.VtkHandler._read_polydata.rst.txt
2020-06-05T12:21:48.7138869Z  delete mode 100644 _sources/_summaries/ezyrb.vtkhandler.VtkHandler._save_polydata.rst.txt
2020-06-05T12:21:48.7139258Z  delete mode 100644 _sources/_summaries/ezyrb.vtkhandler.VtkHandler.get_all_output_names.rst.txt
2020-06-05T12:21:48.7139500Z  delete mode 100644 _sources/_summaries/ezyrb.vtkhandler.VtkHandler.get_dataset.rst.txt
2020-06-05T12:21:48.7139717Z  delete mode 100644 _sources/_summaries/ezyrb.vtkhandler.VtkHandler.get_geometry.rst.txt
2020-06-05T12:21:48.7139943Z  delete mode 100644 _sources/_summaries/ezyrb.vtkhandler.VtkHandler.rst.txt
2020-06-05T12:21:48.7140173Z  delete mode 100644 _sources/_summaries/ezyrb.vtkhandler.VtkHandler.set_geometry.rst.txt
2020-06-05T12:21:48.7140390Z  create mode 100644 _sources/approximation.rst.txt
2020-06-05T12:21:48.7140590Z  create mode 100644 _sources/database.rst.txt
2020-06-05T12:21:48.7140767Z  delete mode 100644 _sources/interpolation.rst.txt
2020-06-05T12:21:48.7140974Z  rename _sources/{filehandler.rst.txt => linear.rst.txt} (57%)
2020-06-05T12:21:48.7141177Z  delete mode 100644 _sources/mapper.rst.txt
2020-06-05T12:21:48.7141375Z  delete mode 100644 _sources/matlabhandler.rst.txt
2020-06-05T12:21:48.7141563Z  delete mode 100644 _sources/offline.rst.txt
2020-06-05T12:21:48.7141766Z  delete mode 100644 _sources/parametricspace.rst.txt
2020-06-05T12:21:48.7141965Z  create mode 100644 _sources/pod.rst.txt
2020-06-05T12:21:48.7142162Z  delete mode 100644 _sources/podinterpolation.rst.txt
2020-06-05T12:21:48.7142342Z  delete mode 100644 _sources/points.rst.txt
2020-06-05T12:21:48.7142540Z  create mode 100644 _sources/reducedordermodel.rst.txt
2020-06-05T12:21:48.7142751Z  rename _sources/{online.rst.txt => reduction.rst.txt} (53%)
2020-06-05T12:21:48.7142953Z  delete mode 100644 _sources/snapshots.rst.txt
2020-06-05T12:21:48.7143149Z  delete mode 100644 _sources/stlhandler.rst.txt
2020-06-05T12:21:48.7143325Z  delete mode 100644 _sources/utilities.rst.txt
2020-06-05T12:21:48.7143524Z  delete mode 100644 _sources/vtkhandler.rst.txt
2020-06-05T12:21:48.7144380Z  delete mode 100644 _static/ajax-loader.gif
2020-06-05T12:21:48.7144868Z  delete mode 100644 _static/comment-bright.png
2020-06-05T12:21:48.7145326Z  delete mode 100644 _static/comment-close.png
2020-06-05T12:21:48.7145525Z  delete mode 100644 _static/comment.png
2020-06-05T12:21:48.7145720Z  rewrite _static/css/badge_only.css (75%)
2020-06-05T12:21:48.7145909Z  rewrite _static/css/theme.css (97%)
2020-06-05T12:21:48.7146352Z  delete mode 100644 _static/down-pressed.png
2020-06-05T12:21:48.7146544Z  delete mode 100644 _static/down.png
2020-06-05T12:21:48.7146829Z  create mode 100644 _static/fonts/Inconsolata.ttf
2020-06-05T12:21:48.7147311Z  create mode 100644 _static/fonts/Lato/lato-bold.eot
2020-06-05T12:21:48.7147861Z  create mode 100644 _static/fonts/Lato/lato-bold.ttf
2020-06-05T12:21:48.7148353Z  create mode 100644 _static/fonts/Lato/lato-bold.woff
2020-06-05T12:21:48.7148842Z  create mode 100644 _static/fonts/Lato/lato-bold.woff2
2020-06-05T12:21:48.7149335Z  create mode 100644 _static/fonts/Lato/lato-bolditalic.eot
2020-06-05T12:21:48.7150312Z  create mode 100644 _static/fonts/Lato/lato-bolditalic.ttf
2020-06-05T12:21:48.7150843Z  create mode 100644 _static/fonts/Lato/lato-bolditalic.woff
2020-06-05T12:21:48.7151347Z  create mode 100644 _static/fonts/Lato/lato-bolditalic.woff2
2020-06-05T12:21:48.7151840Z  create mode 100644 _static/fonts/Lato/lato-italic.eot
2020-06-05T12:21:48.7152322Z  create mode 100644 _static/fonts/Lato/lato-italic.ttf
2020-06-05T12:21:48.7152790Z  create mode 100644 _static/fonts/Lato/lato-italic.woff
2020-06-05T12:21:48.7153293Z  create mode 100644 _static/fonts/Lato/lato-italic.woff2
2020-06-05T12:21:48.7153780Z  create mode 100644 _static/fonts/Lato/lato-regular.eot
2020-06-05T12:21:48.7154264Z  create mode 100644 _static/fonts/Lato/lato-regular.ttf
2020-06-05T12:21:48.7154751Z  create mode 100644 _static/fonts/Lato/lato-regular.woff
2020-06-05T12:21:48.7155227Z  create mode 100644 _static/fonts/Lato/lato-regular.woff2
2020-06-05T12:21:48.7155749Z  create mode 100644 _static/fonts/RobotoSlab/roboto-slab-v7-bold.eot
2020-06-05T12:21:48.7156422Z  create mode 100644 _static/fonts/RobotoSlab/roboto-slab-v7-bold.ttf
2020-06-05T12:21:48.7157074Z  create mode 100644 _static/fonts/RobotoSlab/roboto-slab-v7-bold.woff
2020-06-05T12:21:48.7157593Z  create mode 100644 _static/fonts/RobotoSlab/roboto-slab-v7-bold.woff2
2020-06-05T12:21:48.7158121Z  create mode 100644 _static/fonts/RobotoSlab/roboto-slab-v7-regular.eot
2020-06-05T12:21:48.7158651Z  create mode 100644 _static/fonts/RobotoSlab/roboto-slab-v7-regular.ttf
2020-06-05T12:21:48.7159177Z  create mode 100644 _static/fonts/RobotoSlab/roboto-slab-v7-regular.woff
2020-06-05T12:21:48.7159705Z  create mode 100644 _static/fonts/RobotoSlab/roboto-slab-v7-regular.woff2
2020-06-05T12:21:48.7160185Z  rewrite _static/fonts/fontawesome-webfont.eot (97%)
2020-06-05T12:21:48.7160668Z  rewrite _static/fonts/fontawesome-webfont.svg (93%)
2020-06-05T12:21:48.7161149Z  rewrite _static/fonts/fontawesome-webfont.woff (98%)
2020-06-05T12:21:48.7161632Z  rewrite _static/fonts/fontawesome-webfont.woff2 (98%)
2020-06-05T12:21:48.7161828Z  create mode 100644 _static/graphviz.css
2020-06-05T12:21:48.7162333Z  rename _static/{jquery-3.2.1.js => jquery-3.4.1.js} (89%)
2020-06-05T12:21:48.7162539Z  rewrite _static/jquery.js (98%)
2020-06-05T12:21:48.7162731Z  rewrite _static/js/theme.js (100%)
2020-06-05T12:21:48.7162911Z  create mode 100644 _static/language_data.js
2020-06-05T12:21:48.7163373Z  delete mode 100644 _static/up-pressed.png
2020-06-05T12:21:48.7163571Z  delete mode 100644 _static/up.png
2020-06-05T12:21:48.7163762Z  delete mode 100644 _static/websupport.js
2020-06-05T12:21:48.7163971Z  delete mode 100644 _summaries/ezyrb.filehandler.FileHandler.html
2020-06-05T12:21:48.7164176Z  delete mode 100644 _summaries/ezyrb.interpolation.Interpolation.__call__.html
2020-06-05T12:21:48.7164399Z  delete mode 100644 _summaries/ezyrb.interpolation.Interpolation.generate.html
2020-06-05T12:21:48.7164618Z  delete mode 100644 _summaries/ezyrb.interpolation.Interpolation.html
2020-06-05T12:21:48.7164860Z  delete mode 100644 _summaries/ezyrb.interpolation.Interpolation.interpolator.html
2020-06-05T12:21:48.7165086Z  delete mode 100644 _summaries/ezyrb.interpolation.Interpolation.loo_error.html
2020-06-05T12:21:48.7165316Z  delete mode 100644 _summaries/ezyrb.mapper.Mapper._build_neighbour_locator.html
2020-06-05T12:21:48.7165549Z  delete mode 100644 _summaries/ezyrb.mapper.Mapper._find_neighbour.html
2020-06-05T12:21:48.7165772Z  delete mode 100644 _summaries/ezyrb.mapper.Mapper.default_interpolate_func.html
2020-06-05T12:21:48.7165990Z  delete mode 100644 _summaries/ezyrb.mapper.Mapper.get_cell_centroid.html
2020-06-05T12:21:48.7166194Z  delete mode 100644 _summaries/ezyrb.mapper.Mapper.html
2020-06-05T12:21:48.7166408Z  delete mode 100644 _summaries/ezyrb.mapper.Mapper.interpolate_function.html
2020-06-05T12:21:48.7166627Z  delete mode 100644 _summaries/ezyrb.mapper.Mapper.interpolation_mode.html
2020-06-05T12:21:48.7166845Z  delete mode 100644 _summaries/ezyrb.mapper.Mapper.map_solution.html
2020-06-05T12:21:48.7167071Z  delete mode 100644 _summaries/ezyrb.mapper.Mapper.number_neighbors.html
2020-06-05T12:21:48.7167282Z  delete mode 100644 _summaries/ezyrb.mapper.Mapper.output_name.html
2020-06-05T12:21:48.7167508Z  delete mode 100644 _summaries/ezyrb.matlabhandler.MatlabHandler.get_dataset.html
2020-06-05T12:21:48.7167733Z  delete mode 100644 _summaries/ezyrb.matlabhandler.MatlabHandler.html
2020-06-05T12:21:48.7167958Z  delete mode 100644 _summaries/ezyrb.matlabhandler.MatlabHandler.set_dataset.html
2020-06-05T12:21:48.7168169Z  delete mode 100644 _summaries/ezyrb.ndinterpolator.rbf.RBFInterpolator.__call__.html
2020-06-05T12:21:48.7168394Z  delete mode 100644 _summaries/ezyrb.ndinterpolator.rbf.RBFInterpolator.html
2020-06-05T12:21:48.7168621Z  delete mode 100644 _summaries/ezyrb.ndinterpolator.rbf.RBFInterpolator.multi_quadratic.html
2020-06-05T12:21:48.7168850Z  delete mode 100644 _summaries/ezyrb.offline.Offline.add_snapshot.html
2020-06-05T12:21:48.7169068Z  delete mode 100644 _summaries/ezyrb.offline.Offline.generate_rb_space.html
2020-06-05T12:21:48.7169361Z  delete mode 100644 _summaries/ezyrb.offline.Offline.html
2020-06-05T12:21:48.7169642Z  delete mode 100644 _summaries/ezyrb.offline.Offline.init_database.html
2020-06-05T12:21:48.7169866Z  delete mode 100644 _summaries/ezyrb.offline.Offline.init_database_from_file.html
2020-06-05T12:21:48.7170090Z  delete mode 100644 _summaries/ezyrb.offline.Offline.loo_error.html
2020-06-05T12:21:48.7170301Z  delete mode 100644 _summaries/ezyrb.offline.Offline.optimal_mu.html
2020-06-05T12:21:48.7170504Z  delete mode 100644 _summaries/ezyrb.offline.Offline.save_rb_space.html
2020-06-05T12:21:48.7170718Z  delete mode 100644 _summaries/ezyrb.online.Online.html
2020-06-05T12:21:48.7170928Z  delete mode 100644 _summaries/ezyrb.online.Online.run.html
2020-06-05T12:21:48.7171134Z  delete mode 100644 _summaries/ezyrb.online.Online.run_and_store.html
2020-06-05T12:21:48.7171339Z  delete mode 100644 _summaries/ezyrb.parametricspace.ParametricSpace.__call__.html
2020-06-05T12:21:48.7171575Z  delete mode 100644 _summaries/ezyrb.parametricspace.ParametricSpace.html
2020-06-05T12:21:48.7171809Z  delete mode 100644 _summaries/ezyrb.parametricspace.ParametricSpace.load.html
2020-06-05T12:21:48.7172036Z  delete mode 100644 _summaries/ezyrb.parametricspace.ParametricSpace.save.html
2020-06-05T12:21:48.7172261Z  delete mode 100644 _summaries/ezyrb.podinterpolation.PODInterpolation.__call__.html
2020-06-05T12:21:48.7172475Z  delete mode 100644 _summaries/ezyrb.podinterpolation.PODInterpolation.generate.html
2020-06-05T12:21:48.7172698Z  delete mode 100644 _summaries/ezyrb.podinterpolation.PODInterpolation.html
2020-06-05T12:21:48.7172931Z  delete mode 100644 _summaries/ezyrb.podinterpolation.PODInterpolation.interpolator.html
2020-06-05T12:21:48.7173165Z  delete mode 100644 _summaries/ezyrb.podinterpolation.PODInterpolation.loo_error.html
2020-06-05T12:21:48.7173392Z  delete mode 100644 _summaries/ezyrb.podinterpolation.PODInterpolation.pod_basis.html
2020-06-05T12:21:48.7173595Z  delete mode 100644 _summaries/ezyrb.points.Points.__getitem__.html
2020-06-05T12:21:48.7173820Z  delete mode 100644 _summaries/ezyrb.points.Points.append.html
2020-06-05T12:21:48.7174044Z  delete mode 100644 _summaries/ezyrb.points.Points.dimension.html
2020-06-05T12:21:48.7174253Z  delete mode 100644 _summaries/ezyrb.points.Points.html
2020-06-05T12:21:48.7174447Z  delete mode 100644 _summaries/ezyrb.points.Points.size.html
2020-06-05T12:21:48.7174658Z  delete mode 100644 _summaries/ezyrb.points.Points.triangulation.html
2020-06-05T12:21:48.7174879Z  delete mode 100644 _summaries/ezyrb.points.Points.values.html
2020-06-05T12:21:48.7175091Z  delete mode 100644 _summaries/ezyrb.snapshots.Snapshots.__getitem__.html
2020-06-05T12:21:48.7175313Z  delete mode 100644 _summaries/ezyrb.snapshots.Snapshots._append_values.html
2020-06-05T12:21:48.7175519Z  delete mode 100644 _summaries/ezyrb.snapshots.Snapshots._append_weighted.html
2020-06-05T12:21:48.7175739Z  delete mode 100644 _summaries/ezyrb.snapshots.Snapshots.append.html
2020-06-05T12:21:48.7175965Z  delete mode 100644 _summaries/ezyrb.snapshots.Snapshots.dimension.html
2020-06-05T12:21:48.7176187Z  delete mode 100644 _summaries/ezyrb.snapshots.Snapshots.files.html
2020-06-05T12:21:48.7176405Z  delete mode 100644 _summaries/ezyrb.snapshots.Snapshots.html
2020-06-05T12:21:48.7176602Z  delete mode 100644 _summaries/ezyrb.snapshots.Snapshots.size.html
2020-06-05T12:21:48.7176813Z  delete mode 100644 _summaries/ezyrb.snapshots.Snapshots.values.html
2020-06-05T12:21:48.7177029Z  delete mode 100644 _summaries/ezyrb.snapshots.Snapshots.weighted.html
2020-06-05T12:21:48.7177242Z  delete mode 100644 _summaries/ezyrb.snapshots.Snapshots.weights.html
2020-06-05T12:21:48.7177441Z  delete mode 100644 _summaries/ezyrb.stlhandler.StlHandler._read_polydata.html
2020-06-05T12:21:48.7177663Z  delete mode 100644 _summaries/ezyrb.stlhandler.StlHandler._save_polydata.html
2020-06-05T12:21:48.7177884Z  delete mode 100644 _summaries/ezyrb.stlhandler.StlHandler.get_geometry.html
2020-06-05T12:21:48.7178174Z  delete mode 100644 _summaries/ezyrb.stlhandler.StlHandler.html
2020-06-05T12:21:48.7178472Z  delete mode 100644 _summaries/ezyrb.stlhandler.StlHandler.set_geometry.html
2020-06-05T12:21:48.7178671Z  delete mode 100644 _summaries/ezyrb.utilities.compute_area.html
2020-06-05T12:21:48.7178887Z  delete mode 100644 _summaries/ezyrb.utilities.compute_normals.html
2020-06-05T12:21:48.7179099Z  delete mode 100644 _summaries/ezyrb.utilities.normal.html
2020-06-05T12:21:48.7179305Z  delete mode 100644 _summaries/ezyrb.utilities.normalize.html
2020-06-05T12:21:48.7179514Z  delete mode 100644 _summaries/ezyrb.utilities.polygon_area.html
2020-06-05T12:21:48.7179710Z  delete mode 100644 _summaries/ezyrb.utilities.simplex_volume.html
2020-06-05T12:21:48.7179925Z  delete mode 100644 _summaries/ezyrb.utilities.write_area.html
2020-06-05T12:21:48.7180140Z  delete mode 100644 _summaries/ezyrb.utilities.write_normals.html
2020-06-05T12:21:48.7180354Z  delete mode 100644 _summaries/ezyrb.vtkhandler.VtkHandler._read_polydata.html
2020-06-05T12:21:48.7180563Z  delete mode 100644 _summaries/ezyrb.vtkhandler.VtkHandler._save_polydata.html
2020-06-05T12:21:48.7180800Z  delete mode 100644 _summaries/ezyrb.vtkhandler.VtkHandler.get_all_output_names.html
2020-06-05T12:21:48.7181028Z  delete mode 100644 _summaries/ezyrb.vtkhandler.VtkHandler.get_dataset.html
2020-06-05T12:21:48.7181247Z  delete mode 100644 _summaries/ezyrb.vtkhandler.VtkHandler.get_geometry.html
2020-06-05T12:21:48.7181463Z  delete mode 100644 _summaries/ezyrb.vtkhandler.VtkHandler.html
2020-06-05T12:21:48.7181665Z  delete mode 100644 _summaries/ezyrb.vtkhandler.VtkHandler.set_geometry.html
2020-06-05T12:21:48.7181875Z  create mode 100644 approximation.html
2020-06-05T12:21:48.7182071Z  rewrite code.html (83%)
2020-06-05T12:21:48.7182263Z  create mode 100644 database.html
2020-06-05T12:21:48.7182437Z  delete mode 100644 filehandler.html
2020-06-05T12:21:48.7182627Z  rewrite genindex.html (87%)
2020-06-05T12:21:48.7182819Z  delete mode 100644 interpolation.html
2020-06-05T12:21:48.7183007Z  create mode 100644 linear.html
2020-06-05T12:21:48.7183412Z  delete mode 100644 mapper.html
2020-06-05T12:21:48.7183614Z  delete mode 100644 matlabhandler.html
2020-06-05T12:21:48.7183803Z  rewrite objects.inv (95%)
2020-06-05T12:21:48.7183991Z  delete mode 100644 offline.html
2020-06-05T12:21:48.7184161Z  delete mode 100644 online.html
2020-06-05T12:21:48.7184357Z  delete mode 100644 parametricspace.html
2020-06-05T12:21:48.7184545Z  create mode 100644 pod.html
2020-06-05T12:21:48.7184734Z  delete mode 100644 podinterpolation.html
2020-06-05T12:21:48.7184926Z  delete mode 100644 points.html
2020-06-05T12:21:48.7185097Z  rewrite rbf.html (74%)
2020-06-05T12:21:48.7185290Z  create mode 100644 reducedordermodel.html
2020-06-05T12:21:48.7185483Z  create mode 100644 reduction.html
2020-06-05T12:21:48.7185669Z  create mode 100644 searchindex.js
2020-06-05T12:21:48.7185837Z  delete mode 100644 snapshots.html
2020-06-05T12:21:48.7186026Z  delete mode 100644 stlhandler.html
2020-06-05T12:21:48.7186575Z  create mode 100644 tutorial-1.html
2020-06-05T12:21:48.7186776Z  delete mode 100644 tutorial1.html
2020-06-05T12:21:48.7186952Z  delete mode 100644 tutorial2.html
2020-06-05T12:21:48.7187372Z  delete mode 100644 tutorial3.html
2020-06-05T12:21:48.7187570Z  delete mode 100644 utilities.html
2020-06-05T12:21:48.7187756Z  delete mode 100644 vtkhandler.html
2020-06-05T12:21:48.7188740Z ##[endgroup]
2020-06-05T12:21:48.7189156Z ##[group]Push the commit or tag
2020-06-05T12:21:48.7189705Z [command]/usr/bin/git push origin gh-pages
2020-06-05T12:21:49.0159512Z remote: Permission to mathLab/EZyRB.git denied to github-actions[bot].
2020-06-05T12:21:49.0161150Z fatal: unable to access 'https://github.com/mathLab/EZyRB.git/': The requested URL returned error: 403
2020-06-05T12:21:49.0185088Z ##[error]Action failed with "The process '/usr/bin/git' failed with exit code 128"

@peaceiris
Copy link
Owner

Moreover, do you have figured out WHY the deploy_key is not read from the action? I shared with you the log in the first message, but you did not address my question.

I mentioned in this image about this in the following image. You have two cases:

  1. You forgot to add your private key as a secret variable to the secrets tab.
  2. You are using the wrong variable name instead of the variable name you added.

Screen Shot 2020-06-05 at 20 32 54

@peaceiris
Copy link
Owner

peaceiris commented Jun 5, 2020

I tried moving to the GITHUB_TOKEN, and enable the permission for force pushing. Still obtain an error in the final push. The complete log in the following lines.

And, I found that your stale gh-pages branch which was deployed two years ago.

I do not know the spec of stale branches. Maybe we have no permission to push to those branches with an auto-generated GITHUB_TOKEN.

If you can, how about deleting the gh-page branch and deploying it again?

Screen Shot 2020-06-05 at 21 47 10

@peaceiris
Copy link
Owner

GitHub Actions runner returns this error, not actions-gh-pages.

##[warning]Unexpected input 'deploy_token', valid inputs are ['deploy_key', 'github_token', 'personal_token', 'publish_branch', 'publish_dir', 'external_repository', 'allow_empty_commit', 'keep_files', 'force_orphan', 'user_name', 'user_email', 'commit_message', 'full_commit_message', 'tag_name', 'tag_message', 'enable_jekyll', 'disable_nojekyll', 'cname']

https://github.com/mathLab/EZyRB/runs/742295203?check_suite_focus=true#step:6:1

@peaceiris
Copy link
Owner

peaceiris commented Jun 5, 2020

In addition, I found that you are using invalid input name.

- deploy_token: ${{ secrets.DEPLOY_PRIVATE_KEY }}
+ deploy_key: ${{ secrets.DEPLOY_PRIVATE_KEY }}

Please read the README carefully.

@ndem0
Copy link
Author

ndem0 commented Jun 5, 2020

That was a random test, with the hope that the variable name has been changed in some version but the README was not updated. It failed. I put again the deploy_key variable and I got again the error as before. Please consider also to check the log I shared in this issues, since in the repository I'm still doing tests (very randomly now) and the log may refers just to some technical error, as in this case. The long log I attacched is the raw log of your action, no one error jumps out in the configuration, but only the permission trouble at the end.

To address to other points you raised (You forgot to add your private key as a secret variable to the secrets tab/You are using the wrong variable name instead of the variable name you added):
Screenshot from 2020-06-05 15-13-34
Screenshot from 2020-06-05 14-47-16
I'm not able to see any errors, the names are the same.

I also tried to push manually on the branch (now is not a stale branch anymore), but the action still have issues.

@ndem0
Copy link
Author

ndem0 commented Jun 5, 2020

In addition, I found that you are using invalid input name.

- deploy_token: ${{ secrets.DEPLOY_PRIVATE_KEY }}
+ deploy_key: ${{ secrets.DEPLOY_PRIVATE_KEY }}

Please read the README carefully.

And again, I read the README at least a couple of time, as well as many issues that are already closed.

@peaceiris
Copy link
Owner

peaceiris commented Jun 5, 2020

And again, I read the README at least a couple of time, as well as many issues that are already closed.

OK. Thank you.

I forked your repo and tried to deploy your site and succeed in my case.

https://github.com/peaceiris/EZyRB/actions/runs/126011347/workflow

Could you try to deploy another branch like gh-pages-test? For checking whether our permission problem is related to a stale branch or not.

- name: Deploy
  uses: peaceiris/actions-gh-pages@v3
  with:
    deploy_key: ${{ secrets.DEPLOY_PRIVATE_KEY }}
    publish_branch: gh-pages-test
    publish_dir: ./docs/build/html

@peaceiris
Copy link
Owner

peaceiris commented Jun 5, 2020

Deployment with deploy_key on my fork has passed.

PR: peaceiris/EZyRB#1

Enable branch protection to the gh-pages branch

Screen Shot 2020-06-05 at 22 55 36

Setup deploy key

ssh-keygen -t rsa -b 4096 -C "$(git config user.email)" -f gh-pages -N ""
# You will get 2 files:
#   gh-pages.pub (public key)
#   gh-pages     (private key)

Screen Shot 2020-06-05 at 22 57 20

Screen Shot 2020-06-05 at 22 57 56

Workflow file

name: "Pull Request Docs Check"

on: 
  pull_request:
    branches:
      - master

jobs:
  docs:
    runs-on: ubuntu-18.04
    steps:
    - uses: actions/checkout@v2

    - name: Create the new documentation
      uses: ammaraskar/sphinx-action@master
      with:
        pre-build-command: "python -m pip install pip sphinx_rtd_theme numpy scipy GPy matplotlib -U"
        docs-folder: "docs/"

    - name: Deploy
      uses: peaceiris/actions-gh-pages@v3
      with:
        #github_token: ${{ secrets.GITHUB_TOKEN }}
        deploy_key: ${{ secrets.DEPLOY_PRIVATE_KEY }}
        publish_dir: ./docs/build/html
        allow_empty_commit: true

@ndem0
Copy link
Author

ndem0 commented Jun 5, 2020

Restart with new secret, new key and new action (I copied yours) and still fail.

And still unable to understand the error. Can you provide a way to individuate the problem, instead of replicating things until they work?

@peaceiris
Copy link
Owner

peaceiris commented Jun 5, 2020

The actions runner on your repo seems to have something problem with parsing inputs. (missing the deploy_key input)

https://github.com/mathLab/EZyRB/runs/742562857?check_suite_focus=true#step:5:1

Run peaceiris/actions-gh-pages@v3
  with:
    publish_dir: ./docs/build/html
    allow_empty_commit: true
    publish_branch: gh-pages
    keep_files: false
    force_orphan: false
    enable_jekyll: false
    disable_nojekyll: false

This log was dumped by github actions runner.

Maybe we need to report this problem at actions/runner or GitHub support... (I will do it)

@ndem0
Copy link
Author

ndem0 commented Jun 5, 2020

That's my point from the beginning: the variable deploy_key is not read.
I'm not an expert about Github Actions, so I really don't know what's the problem and how to solve it.

Another test I did is changing the version of the action (v3 -> v2) changes the error (with v2, the variable deploy_key is read, but I received one warning because is not a valid option), but the deploy fails.

@peaceiris
Copy link
Owner

peaceiris commented Jun 5, 2020

Very very sorry...

Now, I found that you are trying it on a pull-request from a forked repo. The demo branch is on your forked repo, not on the mathLab organization.

As GitHub Actions spec, for the pull_request event. All secrets are not passed to fork repo's event for our security.

Please run your job on a push event or pull_request event which is created by repository collaborators.

@peaceiris
Copy link
Owner

For more details:

About permissions for the GITHUB_TOKEN: Authenticating with the GITHUB_TOKEN - GitHub Help

About secrets: Creating and storing encrypted secrets - GitHub Help

With the exception of GITHUB_TOKEN, secrets are not passed to the runner when a workflow is triggered from a forked repository.

@peaceiris
Copy link
Owner

OK. I will enhance our warning message when this action runs on a forked repo. All users do not know the spec of GitHub Actions' secrets.

I'm very sorry for taking a long time for this. As a long-service user, I should have noticed your event triggered by a forked repo at first...

@peaceiris peaceiris added the enhancement New feature or request label Jun 5, 2020
peaceiris added a commit that referenced this issue Jun 7, 2020
Please read the latest GitHub Actions official documentation and learn about the basic spec and concepts

cf. #339
peaceiris pushed a commit that referenced this issue Jun 7, 2020
Please read the latest GitHub Actions official documentation and learn about the basic spec and concepts

cf. #339
@ndem0
Copy link
Author

ndem0 commented Jun 9, 2020

No problem at all! The important is having found the problem.
I managed to trigger the action when a new tag is pushed, and everything works!

Sorry for the little mess, I was not aware of such limitations related to PR.

@peaceiris
Copy link
Owner

No problem at all! The important is having found the problem. I managed to trigger the action when a new tag is pushed, and everything works!

I'm happy to hear that!

Sorry for the little mess, I was not aware of such limitations related to PR.

No problem. We can make the log more friendly. After I will improve the warning message for execution on a forked repository, this issue will be closed.

Thank you for using this action and for asking me about this!

@peaceiris
Copy link
Owner

No problem. We can make the log more friendly. After I will improve the warning message for execution on a forked repository, this issue will be closed.

I will work on this at #359. Thank you.

@github-actions
Copy link
Contributor

This issue has been LOCKED because of it being resolved!

The issue has been fixed and is therefore considered resolved.
If you still encounter this or it has changed, open a new issue instead of responding to solved ones.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Jun 25, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request resolved support User support
Projects
None yet
Development

No branches or pull requests

2 participants